6 lines
86 B
Text
6 lines
86 B
Text
for i in 1 to 10 do
|
|
(
|
|
format "%" i
|
|
if i == 10 then exit
|
|
format "%" ", "
|
|
)
|