preinvoke2

fun preinvoke2(    calledFunction: A_Function,     arg1: AvailObject,     arg2: AvailObject): AvailObject

Prepare to run a function invocation with two arguments.

Return

The calling A_Function

Parameters

calledFunction

The function to call.

arg1

The first argument to the function.

arg2

The second argument to the function.