27.1.3.1 Instruction call
Synopsys:
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 )