Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

string array

Scroll pagebreak

Examples

Code Block
languagetext
// Demonstrate a simple sort.

...


string $array[3;

...


$array[0] = "apple";

...


$array[1] = "Berry;

...


$array[2] = "Apple";

...


string $sortedArray[] = `sortStrings $array`;

...


print $sortedArray;

Additional information

Related commands

...