Go to the first, previous, next, last section, table of contents.


Invalid FORMAT Specifiers

g77 should check FORMAT specifiers for validity as it does FORMAT statements.

For example, a diagnostic would be produced for:

PRINT 'HI THERE!'  !User meant PRINT *, 'HI THERE!'


Go to the first, previous, next, last section, table of contents.