home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
164.lha
/
ARexx
/
Flist_etc
/
fl.flex
next >
Wrap
Text File
|
1988-04-28
|
267b
|
18 lines
/* This is a rexx prog...
Here we test message passing between rexx and Flist. */
/* trace off uncomment the trace to see the return codes from flist */
address "flport"
'testing...'
'this'
'is'
'a'
'test'
'end' /* this should kill flist */
exit