This is an old revision of the document!
⇐ Index
@FUNCTIONCALL
Invokes a function named FUNCTIONCALL Execution passes to the function that is named and returns to the statement after the call when the function is complete. Arguments can be passed to and received from functions via the stack.
trace(@MyMathFunction(3 4)) :MyMathFunction <-b <-a *