Name

clearstack:misc — ordinary primitive

Synopsis

FORTH

CLEARSTACK ( -- )();
p4:"clearstack";

Description

reset the parameter stack to be empty

 : CLEARSTACK  S0 SP! ;