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