lookup
fun lookup( interpreter: Interpreter, bundle: A_Bundle, types: Array<AvailObject>): A_Function
Content copied to clipboard
Perform the lookup.
Return
The unique function.
Parameters
Throws
If the lookup did not resolve to a unique executable function.