Next: %LOC as an rvalue, Previous: Form feed as whitespace, Up: Extensions implemented in GNU Fortran [Contents][Index]
For compatibility, GNU Fortran will interpret TYPE
statements as
PRINT
statements with the flag -fdec. With this flag asserted,
the following two examples are equivalent:
TYPE *, 'hello world'
PRINT *, 'hello world'