Next:
FNUM
, Previous:
FLOOR
, Up:
Intrinsic Procedures
8.59
FLUSH
— Flush I/O unit(s)
Description
:
Flushes Fortran unit(s) currently open for output. Without the optional argument, all units are flushed, otherwise just the unit specified.
Option
:
gnu
Class
:
non-elemental subroutine
Syntax
:
CALL FLUSH(UNIT)
Arguments
:
UNIT
(Optional) The type shall be
INTEGER
.
Note
:
Beginning with the Fortran 2003 standard, there is a
FLUSH
statement that should be prefered over the
FLUSH
intrinsic.