Path: ...!news.roellig-ltd.de!open-news-network.org!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.fortran Subject: Re: Is there a way in Fortran to designate an integer value as integer*8 ? Date: Thu, 3 Oct 2024 22:06:58 -0000 (UTC) Organization: A noiseless patient Spider Lines: 13 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 04 Oct 2024 00:06:58 +0200 (CEST) Injection-Info: dont-email.me; posting-host="53e6a1f358fb9450cb41203dd8d281a9"; logging-data="4092900"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX192s+E2DplR7a2VQ9KKohvY" User-Agent: Pan/0.160 (Toresk; ) Cancel-Lock: sha1:zl0AESmAKDilpALguWUV5Pzi1b8= Bytes: 1762 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.