preinvoke1

fun preinvoke1(calledFunction: A_Function, arg1: AvailObject): AvailObject

Prepare to run a function invocation with one argument.

Return

The calling A_Function

Parameters

calledFunction

The function to call.

arg1

The sole argument to the function.