Sorts all Array elements
var hello = new Array ("c", "a", "b");hello.Sort();print(hello);// print's a, b, c