home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d4xx
/
d441
/
dme.lha
/
Dme
/
rexmacs
/
xyz2.dme
< prev
next >
Wrap
Text File
|
1991-01-24
|
188b
|
10 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 "back to xyz1.dme"
exit 0