12 August 2023 7:33:26.958 AM ARGS FORTRAN77 version Demonstrate the use of the command line argument routines GETARG and IARGC. ARGS was called with IARGC() = 3 arguments. CALL GETARG(I,ARG) returns the arguments: I ARG 0 /home/john/binf77/args 1 17 2 Apple 3 3.14159 ARGS: Normal end of execution. 12 August 2023 7:33:26.958 AM