Files
tsvm/assets/disk0/home/basic/data1.bas
2020-12-27 16:32:10 +09:00

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