RosettaCodeData/Task/Loops-Continue/Icon/loops-continue-2.icon

2 lines
61 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
every writes(x := 1 to 10, if x % 5 = 0 then "\n" else ", ")