outer

fun outer(outerIndex: Int, optionalName: String?): L2SemanticValue

Answer the L2SemanticValue representing one of this frame's function's captured outer values.

Return

The L2SemanticValue representing the specified outer.

Parameters

outerIndex

The subscript of the outer value to retrieve from the function running for this frame.

optionalName

Either a String providing a naming hint for this outer, or null.