home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
411b.lha
/
dme_1.42
/
rexmacs
/
args.dme
< prev
next >
Wrap
Text File
|
1990-09-08
|
168b
|
9 lines
/* test to look at what dme is passing to ARexx .... */
parse source a b c d e f g h i
say a b c d e f g h i
parse arg a1 a2 a3 a4 a5 a6
say a1 a2 a3 a4 a5 a6
exit 0