RosettaCodeData/Task/Loops-Do-while/LiveCode/loops-do-while.livecode
2016-12-05 23:44:36 +01:00

4 lines
76 B
Text

repeat while n mod 6 is not 0 or n is 0
add 1 to n
put n
end repeat