Node:Exit Intrinsic, Next:, Previous:ETime Intrinsic (function), Up:Table of Intrinsic Functions



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.