6 lines
69 B
Text
6 lines
69 B
Text
for i = 1 to 10
|
|
print i;
|
|
if i < 10 print ", ";
|
|
next i
|
|
print
|
|
end
|