RosettaCodeData/Task/Loops-Do-while/LiveCode/loops-do-while.livecode

5 lines
76 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
repeat while n mod 6 is not 0 or n is 0
add 1 to n
put n
end repeat