home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
WordProcessors
/
pgs3f.lha
/
3.0fUpdate
/
Macros.LHA
/
PLmath.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
OS/2 REXX Batch file
|
1994-09-20
|
336 b
|
13 lines
/* $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