5 lines
96 B
Text
5 lines
96 B
Text
10 FOR I = 1 to 10
|
|
20 PRINT I;
|
|
30 IF INT(I/5) = I/5 THEN PRINT : GOTO 50
|
|
40 PRINT ", ";
|
|
50 NEXT
|