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

6 lines
77 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
while true
a = random(20)
see a + nl
if a = 10 exit ok
end