drop Input Stack:a ⇨ Output Stack: Remove the item on the top of the stack. Example: a,b,c,:drop PosInputOutput 0 c b 1 b a 2 a :drop Warning Throws an exception due to an empty stack.