lang.function
Module lang.function
The lang.function module corresponds to the function basic type.
function
function call( function() () func, any|error... args) returns any|error
function() ()
Calls a function dynamically.
If the arguments specified in args are not of the type required by func, then this will panic.
args
func
Copy