RosettaCodeData/Task/Loops-Continue/Icon/loops-continue-2.icon
2023-07-01 13:44:08 -04:00

1 line
61 B
Text

every writes(x := 1 to 10, if x % 5 = 0 then "\n" else ", ")