| www.delorie.com/gnu/docs/gcc/g77_342.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
A dollar sign at the end of an output format specification suppresses the newline at the end of the output.
Edit descriptors in FORMAT statements may contain compile-time
INTEGER constant expressions in angle brackets, such as
10 FORMAT (I<WIDTH>) |
The OPEN specifier NAME= is equivalent to FILE=.
These Fortran 90 features are supported:
O and Z edit descriptors are supported for I/O of
integers in octal and hexadecimal formats, respectively.
FILE= specifier may be omitted in an OPEN statement if
STATUS='SCRATCH' is supplied. The STATUS='REPLACE'
specifier is supported.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |