Commit 3fe9e1ff by Janne Blomqvist

Fix ENCODE example in gfortran manual

From-SVN: r151091
parent 8c39b987
2009-08-25 Janne Blomqvist <jb@gcc.gnu.org>
* gfortran.texi: Fix ENCODE example.
2009-08-25 Janus Weil <janus@gcc.gnu.org>
PR fortran/41139
......
......@@ -1797,7 +1797,7 @@ c ... Code that sets A, B and C
with the following:
@smallexample
INTEGER*1 LINE(80)
CHARACTER(LEN=80) LINE
REAL A, B, C
c ... Code that sets A, B and C
WRITE (UNIT=LINE, FMT=9000) A, B, C
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment