create Function
fun createFunction(code: A_BasicObject, copiedTuple: A_Tuple): A_Function
Content copied to clipboard
Construct a function with the given code and tuple of copied variables.
Return
A function.
Parameters
code
The code with which to build the function.
copied Tuple
The outer variables and constants to enclose.