FORTRAN Reference Manual
Syntax Summary
FORTRAN Reference Manual—528615-001
B-5
FORTRAN Statements
Writes an end of file as the next record of the file connected to the specified unit.
Provides an alternate entry point to a subroutine or function subprogram and allows
you to specify an alternate dummy argument list for the subprogram.
Specifies one or more sequences of variables (var-lists), each of which sequences
specifies two or more variables within a program unit that access the same area of
memory.
Identifies names of external procedures, thus enabling the names to be used as actual
arguments to subprograms.
Specifies a format for I/O operations.
Designates the beginning of a function subprogram.
Defines a statement function.
ENDFILE
ENTRY name [ ( [ dummy [, dummy ]... ] ) ]
EQUIVALENCE ( var-list ) [, ( var-list ) ]...
EXTERNAL proc-name [, proc-name ]...
FORMAT ( [ format-list ] )
[ type ] FUNCTION func-name ( [ dummy [, dummy ]... ] )
function-name ( [ dummy [, dummy ]... ] ) = expression
unit
UNIT=[] unit , IOSTAT=ios[] , ERR=label
°
[]()










