g77.info: Exit Intrinsic

Go forward to Exp Intrinsic
Go backward to ETime Intrinsic (function)
Go up to Table of Intrinsic Functions
Go to the top op g77

Exit Intrinsic

     CALL Exit(STATUS)
STATUS: `INTEGER' not wider than the default kind; OPTIONAL; scalar;
INTENT(IN).
Intrinsic groups: `unix'.
Description:
   Exit the program with status STATUS after closing open Fortran I/O
units and otherwise behaving as `exit(2)'.  If STATUS is omitted the
canonical `success' value will be returned to the system.