4 lines
50 B
Text
4 lines
50 B
Text
|
|
10 for i = 1 to 21 step 2
|
||
|
|
20 print i;
|
||
|
|
30 next i
|