Scheme is specified by Revised3 Report on Scheme. T3 provides the environment SCHEME-ENV which supports some subset of Scheme.
The Scheme interpreter is entered using SCHEME-RESET and SCHEME-BREAKPOINT, and is left using T-RESET.
When in Scheme, RESET is rebound to SCHEME-RESET.
Switching between SCHEME-ENV and USER-ENV does not alter the bindings made in SCHEME-ENV.
The value of symbols in the SCHEME-ENV can be accessed from other environments using *VALUE, but it is not posible to do the reverse from SCHEME-ENV.