5 lines
82 B
Text
5 lines
82 B
Text
10 NUM = 0
|
|
20 WHILE NUM <> 10
|
|
30 NUM = INT(RND * 20)
|
|
40 PRINT NUM
|
|
50 WEND
|