1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-01-10 17:31:18 +00:00
SixtyPical/eg/screen2.60pical
2014-04-01 17:55:59 +01:00

8 lines
89 B
Plaintext

assign byte screen 1024
routine main {
repeat bcc {
inc screen
clc
}
}