Go to the first, previous, next, last section, table of contents.
CALL Exit(Status)
Status: INTEGER
; 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.
Go to the first, previous, next, last section, table of contents.