fortran character set
- From: Wade Ward <zaxfuuq@xxxxxxxxx>
- Date: Mon, 27 Aug 2007 20:33:11 -0000
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 ?
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?
--
Wade Ward
.
- Follow-Ups:
- Re: fortran character set
- From: Pierre Asselin
- Re: fortran character set
- From: glen herrmannsfeldt
- Re: fortran character set
- From: Dan Nagle
- Re: fortran character set
- Prev by Date: Re: Intel 10 for MAC OSX ?
- Next by Date: Re: fortran character set
- Previous by thread: One more TARGET quiz
- Next by thread: Re: fortran character set
- Index(es):
Relevant Pages
|