mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-08 12:11:51 +09:00
7 lines
95 B
QBasic
7 lines
95 B
QBasic
10 POKE -40,255
|
|
20 FOR K=-41 TO -48 STEP -1
|
|
30 PRINT(PEEK(K);" ";)
|
|
40 NEXT
|
|
50 PRINT
|
|
60 GOTO 10
|