home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
100-199
/
ff153.lzh
/
Dme
/
rexmacs
/
two.dme
< prev
next >
Wrap
Text File
|
1987-06-15
|
217b
|
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 "two ... calling three"
three
say "back to two"
exit 0