9 lines
151 B
Text
9 lines
151 B
Text
|
|
for I in 1..10 continue:C do
|
||
|
|
{System.print I}
|
||
|
|
if I mod 5 == 0 then
|
||
|
|
{System.printInfo "\n"}
|
||
|
|
{C}
|
||
|
|
end
|
||
|
|
{System.printInfo ", "}
|
||
|
|
end
|