Next: , Up: Function management instructions   [Contents][Index]


20.1.3.1 Instruction call

Synopsys:

call

Call a closure on the stack, passing the specified arguments. After the execution of the closure, control is transferred to the instruction immediately following the call instruction.

Stack: ( ARG1 ... ARGN CLOSURE -- RETVAL )