6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
10 poke 42,42:cls:'Paper
|
|
20 poke 43,rnd(64):'Pen
|
|
30 at rnd(155),rnd(113)
|
|
40 put 127:'Block
|
|
50 goto 20
|