2drop ( d -- )
published: 28 January 2023 / updated 28 January 2023
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
published: 28 January 2023 / updated 28 January 2023
vocabulary: forth
Removes the double-precision integer that was there from the top of the data stack.
2. 5. 8. 2DROP \ leave 2 and 5 in double precision on stack