call
call(function: Function, callArguments...)
| Parameter | Type | Description |
|---|---|---|
| function | Function | A reference to the function that should be called. |
| (variadic) callArguments | * | Arguments for the function call. |
Calls a function with the help of a function reference.
Returns
(*) The value returned by the function that was called.