home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1996 July
/
AMIGA_1996_7.BIN
/
patches
/
pagestream
/
3.0cfupdate
/
macros.lha
/
PLmath.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-09-20
|
336b
|
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