Man
Builtins
Flow control
call (Flow control)
call (Flow control)
Executes a callable.
Arguments
body
is the callable to execute.
Return values
Execution result, depends on the callable.
Example
1 2 [+] call print
Output:
3