createOuter

fun createOuter(outerType: A_Type): Int

Declare an outer (lexically captured) variable, specifying its type.

Return

The index of the newly declared outer variable.

Parameters

outerType

The type of the outer variable.