8 lines
116 B
Text
8 lines
116 B
Text
while true do
|
|
(
|
|
a = random 0 19
|
|
format ("A: % \n") a
|
|
if a == 10 do exit
|
|
b = random 0 19
|
|
format ("B: % \n") b
|
|
)
|