4 lines
46 B
Text
4 lines
46 B
Text
|
|
for i = 1 to 10
|
||
|
|
see random(i) + nl
|
||
|
|
next i
|