Sujet : Re: Is there a way in Fortran to designate an integer value as integer*8 ?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.fortranDate : 03. Oct 2024, 23:06:58
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdn4i2$3ssv4$8@dont-email.me>
References : 1 2 3 4 5
User-Agent : Pan/0.160 (Toresk; )
On Thu, 3 Oct 2024 14:34:01 -0500, Lynn McGuire wrote:
My code used to assign Hollerith to Real numbers but I ripped that out
years ago in a project to get rid of Hollerith.
Fortran was the first programming language I learned (from the Anna Burke
Harris book). The only kind of string literals I can remember in that
first learning were Hollerith literals. I liked the fact that they were
unambiguous: because length was explicit up front, you could any
characters you liked in them.
Later I discovered that “normal” people preferred explicitly-delimited
string literals.