home *** CD-ROM | disk | FTP | other *** search
- Some operations, or functions, are characteristics of all stacks.
- In this program, the function Pop() removes an element from the
- stack. Push() adds an element to the stack. Empty() and Full()
- determine whether the stack is empty or full. OnTop() returns the
- value of the top element in the stack. NumElem() returns the
- number of elements in the stack.
-