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
