6 lines
93 B
Text
6 lines
93 B
Text
for let i 1; i <= 10; i++
|
|
print i
|
|
if i = 10; break; endif
|
|
print ", "
|
|
endfor
|
|
println ""
|