preinvoke

fun preinvoke(calledFunction: A_Function, args: Array<AvailObject>): AvailObject

Prepare to run a function invocation with an array of arguments.

Return

The calling A_Function

Parameters

calledFunction

The function to call.

args

The arguments to the function.