home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / Patch / Programs / PGS31.LHA / 3.1final / scripts.lha / PLmath.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1996-10-19  |  336 b   |  13 lines

  1. /* $VER: PLmath.rexx 1.0 (02.9.94)
  2.    Copyright 1994 Soft-Logik Publishing Corporation
  3.    May not be distributed without Soft-Logik Publishing Corporation's express written permission */
  4.  
  5. address PAGELINER
  6. options results
  7. 'getarea'
  8. IF rc=0 THEN DO
  9.         equation=RESULT
  10.         interpret "answer = "equation
  11.         'text' answer
  12. END
  13.