4 lines
50 B
Text
4 lines
50 B
Text
|
|
10 FOR I = 1 TO 21 STEP 2
|
||
|
|
20 PRINT I;
|
||
|
|
30 NEXT I
|