12 lines
228 B
Text
12 lines
228 B
Text
|
|
decl ursa.util.random r
|
||
|
|
decl int a b
|
||
|
|
while true
|
||
|
|
set a (r.getint 19)
|
||
|
|
out a endl console
|
||
|
|
if (= a 10)
|
||
|
|
break
|
||
|
|
end while
|
||
|
|
set b (r.getint 19)
|
||
|
|
out b endl console
|
||
|
|
end while
|