This method removes and returns the top element of a Stack.
Stack
e = aStack$pop()
pop removes and returns the top element of the Stack in question, or returns NULL if the Stack is empty.
pop
NULL
John Hughes