preinvoke3

fun preinvoke3(calledFunction: A_Function, arg1: AvailObject, arg2: AvailObject, arg3: AvailObject): AvailObject

Prepare to run a function invocation with three 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.

arg3

The third argument to the function.