FORMAT
specifications ¶To support legacy codes, GNU Fortran allows missing periods in format specifications if and only if -std=legacy is given on the command line. This is considered non-conforming code and is discouraged.
REAL :: value READ(*,10) value 10 FORMAT ('F4')