Intel fortran-80 Laptop User Manual


 
FORTRAN-SO
FORTRAN-80 Statement Summary
CLOSE
Statement
Category:
Executable
Text
Reference:' Section
6.2.2
Format
Function
CLOSE
(close-list)
Close
file
(disconnect
unit)
described by 'close-list.'
Notes:
'close-list'
can
be following fields:
[UNIT
=]
unit
IOSTAT =
stname
ERR
=
stl
STATUS =
stat
unit
specifier
110
status
specifier
error
specifier
file disposition specifier
Comment
Line
Category:
Nonexecutable
Text Reference: Section 1.1.1
Format
Function
'c'
or
'*'
in
column
1;
any
ASCII
Program
documentation
character
in
columns
2-72
COMMON
Statement
Category:
Nonexecutable,
specification
Text Reference: Section
3.4.2
Format
Function
COMMON
[/[cbJ!]
nlist[[,]/[cbJ!nlist]
Name
and
define
common
block(s)
'cb.'
CONTINUE
Statement
Category:
Executable
Text Reference: 4.2.3
Format
Function
contents
CONTINUE
No
effect unless this
is
terminal
statement
of
a
DO
loop;
then
action
depends
on
DO
variable.
of
A-3