help

print a list of all available builtin functions


Parameters

help 

Returns

  • or  :nothing

Examples

copy
help ; abs (value) -> get the absolute value for given integer ; acos (angle) -> calculate the inverse cosine of given angle ; acosh (angle) -> calculate the inverse hyperbolic cosine of given angle ; add (valueA,valueB) -> add given values and return result ; ...

Related