home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
e
/
amigae
/
src
/
args
/
getargs.e
next >
Wrap
Text File
|
1992-09-02
|
154b
|
6 lines
/* get command line args. note that `arg' is a predefined E-var */
PROC main()
WriteF(IF arg[]=0 THEN 'No Args!\n' ELSE 'You wrote: \s\n',arg)
ENDPROC