7 lines
104 B
Text
7 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
|