home *** CD-ROM | disk | FTP | other *** search
- The function Process() accepts commands from the user and takes
- the appropriate action. You can type upper-case letters to
- manipulate the stack of characters, or lower-case letters to
- manipulate the stack of integers. The commands are: "U" to input
- and push an element, "O" to pop and output an element, "R" to
- print the whole stack or "Q" to quit.
-