make-environment
builtin-function
(make-environment)
Returns an object representing an empty lexical scope. Non empty lexical
environment objects are only visible during macro expansion of a macro with
an &environment parameter. For an example see the file loop.k.