create Function
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.
Construct a function with the given code and tuple of copied variables.
A function.
The code with which to build the function.
The outer variables and constants to enclose.