up previous next
TopLevelFunctions

returns the functions available at top-level

Syntax
TopLevelFunctions(): LIST of FUNCTION

Description
This function returns the list of all functions available at top-level

Example
/**/  indent(TopLevelFunctions());
[
  record[IsExported := true, Name := "$BackwardCompatible.Abs"],
  record[IsExported := true, Name := "$BackwardCompatible.Append"],
  record[IsExported := true, Name := "$BackwardCompatible.Ascii"],
  ...