create With Outers5
fun createWithOuters5(code: A_RawFunction, outer1: AvailObject, outer2: AvailObject, outer3: AvailObject, outer4: AvailObject, outer5: AvailObject): AvailObject
Construct a function with the given code and five outer variables.
Return
A function with its outer variables initialized.
Parameters
code
The code with which to build the function.
outer1
The first outer variable that will be enclosed.
outer2
The second outer variable that will be enclosed.
outer3
The third outer variable that will be enclosed.
outer4
The fourth outer variable that will be enclosed.
outer5
The fifth outer variable that will be enclosed.