DROP
Drops an item off the top of the stack
Input stack: a
Output stack:
PumpkinDB> 0x10 DROP
Allocation
None
Errors
EmptyStack error if nothing is available on the stack
Tests
works : 1 DROP DEPTH 0 EQUAL?.
empty_stack : [DROP] TRY UNWRAP 0x04 EQUAL?.