preinvoke1
fun preinvoke1(calledFunction: A_Function, arg1: AvailObject): AvailObject
Content copied to clipboard
Prepare to run a function invocation with one argument.
Return
The calling A_Function
Parameters
called Function
The function to call.
arg1
The sole argument to the function.