Navigation: A-Shell BASIC (ASB) > User-Defined Functions
Invoking A Function
To invoke the function, just reference it using array syntax, i.e.:
A = FN'name(x,y,z)
You may also invoke it as a statement rather than an expression, using:
CALL FN'name(x,y,z)