Combine two qenv objects by simple concatenate their environments and the code.
Usage
concat(x, y)
Value
qenv object.
Arguments
x
(qenv)
y
(qenv)
Details
We recommend to use the join method to have a stricter control
in case x and y contain duplicated bindings and code.
RHS argument content has priority over the LHS one.