Versions Compared

Key

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

...

Return value

string

Examples

Code Block
languagetext
// Get the parent of the "rhumerus".

...


string $parent;

...


$parent = `getParent "rhumerus"`;

...


print $parent;

Scroll pagebreak

Additional information

...