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