4 lines
49 B
Text
4 lines
49 B
Text
for i = 1 to 21 step 2
|
|
print i; " ";
|
|
next i
|
|
end
|
for i = 1 to 21 step 2
|
|
print i; " ";
|
|
next i
|
|
end
|