Construct an environment with a name and the given properties.
Properties p1, p2, p3, p4; Environment("theName", p1, [ &p3, &p4 ], p2);
See Implementation
Construct an environment with a name and the given properties.