mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
5 lines
100 B
QBasic
5 lines
100 B
QBasic
10 print("Polling...")
|
|
50 for i=0 to 160*140-1
|
|
63 poke(-1048576-i,int(rnd(1)*16))
|
|
70 next
|
|
80 goto 10 |