RosettaCodeData/Task/Loops-N-plus-one-half/LiveCode/loops-n-plus-one-half.livecode
2023-07-01 13:44:08 -04:00

5 lines
113 B
Text

repeat with n = 1 to 10
put n after loopn
if n is not 10 then put comma after loopn
end repeat
put loopn