
22-74 104011 Tandem Computers Incorporated
22
T pop();
Pop (remove and return) the item at the top of the stack. If there are no items 
on the stack then an exception of type 
TOOL_INDEX 
will occur.
T top() const;
Returns (but does not remove) the item at the top of the stack.