Removes most recent stack element
Return: most recent stack element before popping
StackBoundsException when the stack is full
See Implementation
Removes most recent stack element
Return: most recent stack element before popping