Intel fortran-80 Laptop User Manual


 
FORTRAN-80
FORTRAN-80 Statement Summary
ELSE
IF
Statement
Category: Executable, Block
IF
Text Reference: 'Section 4.1.8
Format
Function
ELSE
IF
(exp)
THEN
Continue
execution
if
expression
'exp'
is
TRUE
END
Statement
Category: Executable
Text Reference: 4.3.1
Format
Function
END
Terminate
main
program;
return
from
subprogram;
mark
end
of
pro-
gram
unit.
END
IF
Statement
Category: Executable, block IF
Text Reference: Section
4.1.10
Format
Function
ENDIF
Mark
end
of
IF
block;
continue
execution.
ENDFILE
Statement
Category: Executable
Text Reference: Section 6.2.5
Formats
ENDFILE
unit
ENDFILE
(arg-list)
Notes:
'unit'
is
unit specifier
'arg-list'
is
following
argument
list:
[UNIT
=]
unit
lOST
A T =
stname
ERR
= stl
Function
Write end-of-file
connected
to
'unit.'
unit specifier
110
status
specifier
error
specifier
record
on
file
A-5