mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
7 lines
140 B
QBasic
7 lines
140 B
QBasic
1 DATA "THE","QUICK","BROWN","FOX","JUMPS","OVER","A","LAZY","DOG"
|
|
10 FOR K=1 TO 9
|
|
20 PRINT DGET();" ";
|
|
30 NEXT:PRINT
|
|
40 RESTORE
|
|
50 GOTO 10
|