lookup

fun lookup(interpreter: Interpreter, bundle: A_Bundle, values: Array<AvailObject>): A_Function

Perform the lookup.

Return

The unique function.

Parameters

interpreter
bundle
values

The values for the lookup.

Throws

If the lookup did not resolve to a unique executable function.