Merge two enviroments. If these two environments have some object with identical name o
, then
o
in the first environment with be overwritten by o
in the second environment. The first
environment is updated in-place, no third environment is generated.
1 | appendEnv(e1, e2)
|
e1 |
First environment |
e2 |
Second environment |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.