preinvoke
fun preinvoke(calledFunction: A_Function, args: Array<AvailObject>): AvailObject
Content copied to clipboard
Prepare to run a function invocation with an array of arguments.
Return
The calling A_Function
Parameters
called Function
The function to call.
args
The arguments to the function.