5 lines
52 B
Text
5 lines
52 B
Text
|
|
nr = 10
|
||
|
|
for i = 1 to nr
|
||
|
|
see random(i) + nl
|
||
|
|
next
|