Next: Missing period in FORMAT specifications, Previous: X format descriptor without count field, Up: Extensions implemented in GNU Fortran [Contents][Index]
FORMAT
specificationsTo support legacy codes, GNU Fortran allows the comma separator
to be omitted immediately before and after character string edit
descriptors in FORMAT
statements.
PRINT 10, 2, 3 10 FORMAT ('FOO='I1' BAR='I2)