6.1.1260
DROP
 
CORE
 
( x -- )

Remove x from the stack.

Testing:
T{ 1 2 DROP -> 1 }T
T{ 0   DROP ->   }T