Re: fortran character set
- From: Dan Nagle <dannagle@xxxxxxxxxxx>
- Date: Mon, 27 Aug 2007 20:39:30 GMT
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.
.
- References:
- fortran character set
- From: Wade Ward
- fortran character set
- Prev by Date: fortran character set
- Next by Date: Re: TARGET and INTENT(IN)
- Previous by thread: fortran character set
- Next by thread: Re: fortran character set
- Index(es):
Relevant Pages
|