home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d441
/
dme
/
rexmacs
/
interr.dme
< prev
next >
Wrap
Text File
|
1991-01-24
|
261b
|
13 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 ..."
interr2 poo poo
exit 0