7 lines
68 B
Text
7 lines
68 B
Text
|
|
repeat
|
||
|
|
a = random 20
|
||
|
|
print a
|
||
|
|
until a = 10
|
||
|
|
print random 20
|
||
|
|
.
|