4 lines
78 B
Text
4 lines
78 B
Text
|
|
10 FOR I = 1 TO 10
|
||
|
|
20 PRINT I;
|
||
|
|
30 IF I < 10 THEN PRINT ", "; : NEXT I
|