RosettaCodeData/Task/Loops-Do-while/LiveCode/loops-do-while.livecode
2023-07-01 13:44:08 -04: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