home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format 74
/
af074a.adf
/
archives
/
af74a2.lzx
/
ARcalcV2.0
/
ARexx
/
eval.rexx
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
OS/2 REXX Batch file
|
1995-06-08
|
243 b
|
16 lines
/*
This simple script just evaluate the given expression and prints the result
or the error message
*/
address ARCALCPORT
OPTIONS RESULTS
OPTIONS FAILAT 100
PARSE ARG expression
Eval expression
if RC > 0 then
SAY ARCALC_ERROR
SAY RESULT