Call operation
Call operations are used for generic (dynamic) function calls. The function name is a variable containing the function name to be called. The operand (parameter) list is optional.
Definition:
call_op := _call fct_name [ operand_list ]