10 lines
193 B
Text
10 lines
193 B
Text
|
|
Local x
|
||
|
|
Loop
|
||
|
|
rand(20)-1 → x
|
||
|
|
Disp x © new line and text
|
||
|
|
If x = 10 Then
|
||
|
|
Exit
|
||
|
|
EndIf
|
||
|
|
Output 64, 50, rand(20)-1 © paint text to the right on same line
|
||
|
|
EndLoop
|