home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
text
/
editors
/
dme_441
/
rexmacs
/
second.dme
< prev
next >
Wrap
Text File
|
1991-01-24
|
169b
|
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
cat
exit 0