5 lines
77 B
Text
5 lines
77 B
Text
while true
|
|
a = random(20)
|
|
see a + nl
|
|
if a = 10 exit ok
|
|
end
|