create With Outers1
fun createWithOuters1(code: A_RawFunction, outer1: AvailObject): AvailObject
Content copied to clipboard
Construct a function with the given code and one outer variable.
Return
A function with its outer variable initialized.
Parameters
code
The code with which to build the function.
outer1
The sole outer variable that will be enclosed.