Intel fortran-80 Laptop User Manual


 
FORTRAN-80
Statement
Summary
FORTRAN-80
EQUIVALENCE
Statement
Category: Nonexecutable, specification
Text Reference: Section 3.4.1
Format
Function
EQUIV
ALENCE
(nlist) [,(nlist)]
...
Allow entities in
'nlist'
to
share
the
same storage area.
EXTERNAL
Statement
Category: Nonexecutable, specification
Text
Reference: Section 5.2.6
Format
Function
EXTERNAL
proc
[,proc
] ...
Allows name
of
external!
dummy
procedure
to
be used as an
actual
argument.
FORMAT
Statement
Category: Nonexecutable
Text Reference: Section 6.4.3
Format
Function
stl
FORMAT
([flist])
Specify
format
of
formatted
110
data.
Notes:
'flist'
includes the following repeatable
and
nonrepeatable
edit descriptors.
Repeatable
Nonrepeatable
Iw
integer
'string'
literal
Fw.d
real no.
nHstring
Hollerith
Ew.d
real no.
nX
record position
Ew.dEe
real &
exponent
/
record
termination
Lw
logical
kP
scale
factor
A
alphanumeric
BN
blank
Aw
alphanumeric
BZ
blank
Bw
binary
$
alternate
record
Zw
hexadecimal
termination
A-6