home *** CD-ROM | disk | FTP | other *** search
- /* $VER: PLmath.rexx 1.0 (02.9.94)
- Copyright 1994 Soft-Logik Publishing Corporation
- May not be distributed without Soft-Logik Publishing Corporation's express written permission */
-
- address PAGELINER
- options results
- 'getarea'
- IF rc=0 THEN DO
- equation=RESULT
- interpret "answer = "equation
- 'text' answer
- END
-