Intel fortran-80 Laptop User Manual


 
FORTRAN-80
Statement
Summary
A-12
SUBROUTINE
Statement
Category:
Executable
Text
Reference: Section
5.2.2,
5.2.3
.~ormat
Function
SUBROUTINE
sub
[([d[,d]
...
])]
Define
SUBROUTINE
subprogram
'sub'
with
dummy
argument(s)
'd.'
WRITE
Statement
Category:
Executable
Text Reference: Section
6.3.2
Format
WRITE
(ctl-list) [outlist]
Notes:
'ctl-list'
includes
the
following specifiers:
[UNIT
=]
unit
[FMT
=]
f
REC
=
recno
lOST
A T =
stname
ERR
= stl
Function
Output
item in
'outlist'
by
controls
in
'ctl-list.'
unit
specifier
format
specifier
record
number
specifier
I/O
status
specifier
error
specifier
as directed
FORTRAN-80