GALiRe
GScript command (reverse)




Function:
Reverses the order of an array. i.e. -
create(@myArray("great","fun","foo","bar")); // it is vital to create the array // object before using it
reverse(@myArray); // myArray now reads -- bar,foo,fun,great


This does not work outside of GALiRe Script.