FORTRAN Reference Manual

Syntax Summary
FORTRAN Reference Manual528615-001
B-10
FORTRAN Statements
read-spec
is one of the following:
END = endlbl PROMPTLENGTH = plen
ERR = lbl REC = rec
[FMT=] format SOURCE = receive
IOSTAT = ios TIMEOUT = to
LENGTH = len [UNIT=] unit
LOCK = lock UPDATE = upd
PROMPT = message
Inputs data from a specified unit or file.
dimension
is:
( [ lower:] upper [, [ lower:] upper ]... )
Specifies that the symbolic name of a constant, variable, array, RECORD field,
function, or dummy procedure is of type real.
Defines a data structure that can include data of different types.
Terminates execution of a subprogram and returns control to the calling program unit.
REAL name [ dimension ] [, name [ dimension ] ]...
RECORD record-name [ ( [ lower:] upper) ]
[ field-declaration ]...
END RECORD
RETURN [ iexp ]