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