6 lines
104 B
Text
6 lines
104 B
Text
repeat while TRUE
|
|
n = random(20)-1
|
|
put n
|
|
if n = 10 then exit repeat
|
|
put random(20)-1
|
|
end repeat
|