Intel fortran-80 Laptop User Manual


 
FORTRAN-80
Statement
Summary
A-2
BACKSP
ACE
Statement
Category: Executable
Text Reference: Section 6.2.3
Formats
BACKSPACE
unit
BACKSPACE
(arg-list)
Notes:
'unit'
is
unit specifier
'arg-list'
is
following argument list:
[UNIT
=]
unit
IOSTAT =
stname
ERR
=
stl
Function
Position file connected
before preceding record.
unit specifier
110
status specifier
error specifier
BLOCK DATA Statement
Category: Nonexecutable
Text Reference: Sections
3.4.3,3.4.4
Format
Function
to
'unit'
BLOCK
DATA
[name] Identify start
of
BLOCK
DATA
subprogram;
optionally name sub-
program
'name.'
CALL
Statement
Category: Executable
Text Reference: Section 5.2.7
}'ormat
Function
CALL
sub [([a[,a]
...
])]
Call
subroutine
'sub'
with actual
argument(s)
'a.'
CHARACTER
Statement
Category: Nonexecutable, specification, type
Text Reference: Section 3.1.4
Format
Function
CHARACTER
[*len['llname[,name]
...
Specify
name
and
length
character type variable
or
array.
FORTRAN-SO
for