7 lines
83 B
Text
7 lines
83 B
Text
While 1
|
|
rand^20→A
|
|
Disp A▶Dec
|
|
ReturnIf A=10
|
|
rand^20→B
|
|
Disp B▶Dec,i
|
|
End
|