Intel fortran-80 manual List-DirectedOutput

Models: fortran-80

1 130
Download 130 pages 742 b
Page 83
Image 83
6.4.4.2 List-Directed Output

FORTRAN-80

Input/Output

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.

6-23

Page 83
Image 83
Intel fortran-80 manual List-DirectedOutput