home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_10_02 / 1002026a < prev    next >
Text File  |  1991-12-04  |  97b  |  6 lines

  1.  
  2. else if (op[0] == '-')
  3.     {int temp = pop(); (push(pop() - temp))};
  4. else if (op[0] == '*')
  5.  
  6.