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 := false, name := "$ApproxSolve.ApplyShapeLemma"],
  record[IsExported := true, name := "$ApproxSolve.ApproxSolve"],
  ...
  record[IsExported := false, name := "zero"]
]