4 lines
41 B
Text
4 lines
41 B
Text
|
|
FOR i = 1 TO 21 STEP 2
|
||
|
|
PRINT i;
|
||
|
|
NEXT i
|