clearstack:misc — ordinary primitive
FORTH
CLEARSTACK ( -- )();p4:"clearstack";
CLEARSTACK ( -- )(
)
reset the parameter stack to be empty
: CLEARSTACK S0 SP! ;