RosettaCodeData/Task/Loops-Continue/HicEst/loops-continue-3.hicest

2 lines
61 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
every writes(x := 1 to 10, if x % 5 = 0 then "\n" else ", ")