ORDER word1 word2 ... UP|DOWN
ORDER
word1
word2
UP|DOWN
where UP outputs the values in increasing numerical order and DOWN outputs them in decreasing numerical order.
UP
DOWN
The ORDER command orders sortwords according to their value.
Example
ORDER GAM1 GAM2 GAM3 DOWN
will reassign the highest value from GAM1, GAM2 and GAM3 to GAM1, the next highest to GAM2 and the lowest to GAM3.