Versions with this page:
Versions without this page:
Ordena todos los elementos del Array.
Var hello = new Array ("c", "a", "b"); hello.Sort(); print(hello); // prints a, b, c.
Nota: Esto es solo de javascript. C# no utiliza esta caraterística.