home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
E
/
TFF-A32R.LZX
/
AmigaE3.2a
/
Src
/
Tools
/
Arexx
/
arexxtest.rexx
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
OS/2 REXX Batch file
|
1992-09-02
|
147 b
|
15 lines
/* rx module test */
address AREXXTESTPORT
OPTIONS RESULTS
say 'testing....'
'bla'
say 'result='result
'quit'
say 'result='result
say 'done.'