7 lines
95 B
Text
7 lines
95 B
Text
L
|
|
V a = random:(20)
|
|
print(a)
|
|
I a == 10
|
|
L.break
|
|
V b = random:(20)
|
|
print(b)
|