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