5 lines
85 B
Text
5 lines
85 B
Text
|
|
DIMENSION array(100)
|
||
|
|
|
||
|
|
array = INT( RAN(100) )
|
||
|
|
SORT(Vector=array, Sorted=array)
|