HELP CLEARSTACK                                    Aaron Sloman Feb 1982
                                         Revised: Adrian Howard May 1992

The procedure -clearstack- removes all items from the user stack. For
example:

    (1,2,3,4)=>
    ** 1 2 3 4

    (1,2,3,4; clearstack())=>
    **

Also see:
    * ERASE
    * ERASENUM
    * SETSTACKLENGTH

For full information on the user stack see REF *STACK



--- C.all/help/clearstack
--- Copyright University of Sussex 1992. All rights reserved. ----------
