7 lines
74 B
Text
7 lines
74 B
Text
>
|
|
n = #.rnd(20)
|
|
#.output(n)
|
|
<< n=10
|
|
n = #.rnd(20)
|
|
#.output(n)
|
|
<
|