RosettaCodeData/Task/Loops-Do-while/Ring/loops-do-while.ring

6 lines
80 B
Plaintext

n = 0
While True
n++ See n + nl
if n % 6 = 0 exit ok
end