RosettaCodeData/Task/Loops-Continue/Maxima/loops-continue-2.maxima

4 lines
74 B
Plaintext

for n:1 thru 10 do (
sprint(n),
if n=5 then newline())$