home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
forthmacs
/
tools1
/
!Forthmacs
/
extend
/
showstack
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-17
|
215 b
|
7 lines
only forth also hidden also definitions
: shower ( -- ) (.s clear-#line ;
forth definitions
: showstack ( -- ) ['] shower is status ;
: noshowstack ( -- ) ['] clear-#line is status ;
only forth also definitions