Re: fortran character set



Hello,

Wade Ward wrote:
I've just started up with a new reference on page 1 and wanted to
check a couple of elementary assertions for correctness. The first
contention is that the members of list-directed IO can be delimited by
a comma or a slash during input, e.g.:
integer :: one, two, three
read *, one, two, three
, can receive input
6 enter 7 enter 8 enter or
6 / 7/ 8 enter or
6,7,8 enter ?

The separators are comma and blank.

Slash is technically a separator, but it's a special one:
slash ends the input record.

Do I not recall that
6 7 8 enter works too?

The other question was what currency symbols are included now in
Fortran's character set?

--

Dan Nagle
Purple Sage Computing Solutions, Inc.
.



Relevant Pages

  • Re: fortran character set
    ... check a couple of elementary assertions for correctness. ... contention is that the members of list-directed IO can be delimited by ... a comma on input would terminate ...
    (comp.lang.fortran)
  • Re: mxDateTime function DateFromString gives wrong year
    ... > I'm not convinced that's a bug. ... The slash is not a valid separator for ... This case is a citation from the original post from 2002. ... For my "Nov 2003" inserting a comma doesn't help. ...
    (comp.lang.python)
  • Re: GForth, ANS, and old conventions
    ... punctuation characters (comma, colon, slash, embedded decimal point, ...
    (comp.lang.forth)
  • Re: A little help with regular expressions
    ... Your way is how I originally did it, but I thought that a precompiled regex could be faster. ... assign everything after the comma to ... Look for the last slash. ... Are the static members of the Path class any help here? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: A little help with regular expressions
    ... Unless you have some compelling reason to do this with regex, ... assign everything after the comma to ... Look for the last slash. ... Are the static members of the Path class any help here? ...
    (microsoft.public.dotnet.languages.csharp)