drop  ( n -- )

published: 28 January 2023 / updated 28 January 2023

Lire cette page en français

 

vocabulary: forth

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

Example:

2 5 8  drop   \ leave 2 and 5 on stack