invokeFunction

fun invokeFunction(aFunction: A_Function): StackReifier?

Prepare the interpreter to execute the given A_Function with the arguments provided in argsBuffer.

Return

Either null to indicate the function returned normally, leaving its result in the interpreter's latestResult field, or a StackReifier used to indicate the stack is being unwound (and the Avail function is not returning).

Parameters

aFunction

The function to begin executing.