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

6 lines
77 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
while true
a = random(20)
see a + nl
if a = 10 exit ok
end