home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / f / forthmac / !Forthmacs / extend / showstack < prev    next >
Encoding:
Text File  |  1994-10-17  |  215 b   |  7 lines

  1. only forth also hidden also definitions
  2. : shower    ( -- )    (.s  clear-#line  ;
  3. forth definitions
  4. : showstack    ( -- )    ['] shower is status  ;
  5. : noshowstack    ( -- )    ['] clear-#line is status  ;
  6. only forth also definitions
  7.