RosettaCodeData/Task/Loops-Break/Ring/loops-break.ring

6 lines
77 B
Plaintext

while true
a = random(20)
see a + nl
if a = 10 exit ok
end