

   EEnnvviirroonnmmeenntt BBrroowwsseerr

        browser()

   VVaalluuee::

        A call to `browser' causes a pause in the execution of
        the current expression and runs a copy of the inter-
        preter which has access to variables local to the envi-
        ronment where the call took place.  Local variables can
        be listed with `ls', and manipulated with expressions
        typed to this sub-interpreter.  The interpreter copy is
        exited by typing `c'.  Execution then resumes at the
        statement following the call to `browser'.

        Typing `n' causes the step-through-debugger, to start
        and it is possible to step through the remainder of the
        function one line at a time.

   SSeeee AAllssoo::

        `debug'.

