6 lines
64 B
Text
6 lines
64 B
Text
for i = 1 to 10
|
|
write i
|
|
if i < 10
|
|
write ", "
|
|
.
|
|
.
|