November 22 2002 12:09:44.136 PM ARGS Demonstrate the use of command line argument routines in a FORTRAN program. These include GETARG and IARGC. ARGS was called with IARGC() = 3 arguments. CALL GETARG(I,ARG) returns the arguments: I ARG 0 args 1 1 2 apple 3 3.1415 ARGS: Normal end of execution. November 22 2002 12:09:44.137 PM