Please enable JavaScript to view this site.

A-Shell Reference

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)