2drop  ( d -- )

published: 28 January 2023 / updated 28 January 2023

Lire cette page en français

 

vocabulary: forth

Removes the double-precision integer that was there from the top of the data stack.

Example:

2. 5. 8.  2DROP   \ leave 2 and 5 in double precision on stack