pops an item from the stack (from bottom of stack, since it's a FIFO stack)
the element pop-ed
Exception if the stack is empty
See Implementation
pops an item from the stack (from bottom of stack, since it's a FIFO stack)