envCopy(from, to)envMerge(x, with)
envCopy
tries to copy all objects in a given environment into the environment 'to'. Returns the names of copied objects.envMerge
will merge x and with. Merge will copy all objects from x to with. Prior to that, the environment of functions are changed to be with iff functions in x have environment x; else the environment of functions are preserved.