home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
171.lha
/
DME_v1.30
/
interr2.dme
< prev
next >
Wrap
Text File
|
1988-04-28
|
239b
|
12 lines
/* test to see if we can invoke ARexx from inside of dme .... */
parse source a b c d e f g h i
say a b c d e f g h i
parse arg j k l m n o
say j k l m n o
say "do an else all by itself ..."
else
say "shoulda caused an error ..."
exit 0