return value from fortran program

Walter Spector w6ws@earthlink.net
Wed Sep 17 13:53:00 GMT 2008


Tobias Burnus <burnus at net-b dot de> wrote:
> The Fortran 2008 way of doing so is:
> 
>   STOP <integer expression>

Using STOP to return an exit status has also been a requirement of
the POSIX 1003.9-1991 Standard.  (Noting that it is a "string
of digits", not an expression.)

W



More information about the Fortran mailing list