home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv6.zip / vac22os2 / ibmcobol / samples / toolkit / rexx / api / rexxcalc / program1.rxc < prev    next >
Text File  |  1996-11-19  |  80b  |  4 lines

  1. /* P1 Calculator key processor */
  2. parse arg left, right
  3. return left ** right
  4.