jan.bogutzki.de

new array functions

There are 2 new array functions out. Now you can shuffle and sort arrays.

shuffle:
This function shuffles (randomizes the order of the elements in) an array.

sort:
This function sorts an array. Elements will be arranged from lowest to highest when this function has completed.