GNU Info

Info Node: (g77-295.info)TYPE and ACCEPT I/O Statements

(g77-295.info)TYPE and ACCEPT I/O Statements


Next: STRUCTURE UNION RECORD MAP Prev: Old-style PARAMETER Statements Up: Missing Features
Enter node , (file) or (file)node

`TYPE' and `ACCEPT' I/O Statements
----------------------------------

   `g77' doesn't support the I/O statements `TYPE' and `ACCEPT'.  These
are common extensions that should be easy to support, but also are
fairly easy to work around in user code.

   Generally, any `TYPE fmt,list' I/O statement can be replaced by
`PRINT fmt,list'.  And, any `ACCEPT fmt,list' statement can be replaced
by `READ fmt,list'.


automatically generated by info2www version 1.2.2.9