mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
5 lines
79 B
QBasic
5 lines
79 B
QBasic
1 DATA 7,9,8,2,6,3,1,4,5
|
|
10 FOR K=1 TO 13
|
|
20 READ L:PRINT L;" ";
|
|
30 NEXT:PRINT
|