createExceptOuters

fun createExceptOuters(code: A_RawFunction, outersCount: Int): AvailObject

Construct a function with the given code and room for the given number of outer variables. Do not initialize any outer variable slots.

Return

A function without its outer variables initialized.

Parameters

code

The code with which to build the function.

outersCount

The number of outer variables that will be enclosed.