home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
e
/
amigae
/
src
/
tools
/
arexx
/
arexxtest.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1992-09-02
|
147b
|
15 lines
/* rx module test */
address AREXXTESTPORT
OPTIONS RESULTS
say 'testing....'
'bla'
say 'result='result
'quit'
say 'result='result
say 'done.'