chickadee » environments » environment-ref

(environment-ref ENV SYMBOL) => * procedure

Returns the value of the variable SYMBOL in environment ENV.

If the environment does not contain the variable, or if the variable is not bound, an error is signaled.