--- Additional Comments From coudert at clipper dot ens dot fr 2005-02-22
10:39 ---
I can't reproduce the behaviour reported. All I see is that gfortran is ignoring
the $ character:
$ cat a.f90
program testRead
implicit none
print '(a,$)','hello world'
print
--- Additional Comments From tow21 at cam dot ac dot uk 2005-02-16 15:44
---
(In reply to comment #1)
> > However, gfortran currently accepts it without complaint.
>
> However, in general, this can only be found at runtime (also with NAG f95):
[snip example]
Of course, you're
--- Additional Comments From jv244 at cam dot ac dot uk 2005-02-16 12:32
---
> However, gfortran currently accepts it without complaint.
However, in general, this can only be found at runtime (also with NAG f95):
program testRead
implicit none
character(len=19) fmt
character(1) resp