Previous | Up | Next |
exec
This function is like 'execch ... with ...', but evaluates the function in the current channel.Parameters
By example, 'execch _channel @f [1 "abc"]' is equivalent to 'exec @f with [1 "abc"]'
u1 exec ( fun u0 u1 _function_ u0 _arguments_ )
Return value
_function_ any function reference _arguments_ arguments to pass to the function
result from the _function_