Next: , Previous: , Up: Extensions implemented in GNU Fortran   [Contents][Index]


6.1.5 Commas in FORMAT specifications

To 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)