Intel fortran-80 Laptop User Manual


 
FORTRAN-80
6.4.4.2
List-Directed Output
The
form
of
the values
produced
by list-directed
output
agrees in type with their cor-
responding
output
list items. The processor separates records as necessary, so long
as the end
of
a record does not fall within a
constant
(except a
character
constant)
and
blanks are not embedded within constants.
Integer
output
constants
are
produced
with the effect
of
'Iw'
formatting,
for
some
reasonable value
of
'w.'
Real constants are
produced
with the effect
of
'F'
or
'E'
editing, depending
on
the
magnitude
of
the value.
Where
reasonable, a scale factor
of
'1
P'
is
used. Logical
constants
are
'T'
for
TRUE
and
'F'
for
FALSE.
Character
constants
are
output
simply as
character
strings without
surrounding
apostrophes.
Output
records are single spaced.
Input/Output
6-23