Deutsch   English   Français   Italiano  
<vdn4i2$3ssv4$8@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

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 <ldo@nz.invalid>
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: <vdn4i2$3ssv4$8@dont-email.me>
References: <vdict2$339ak$1@dont-email.me>
	<vdm3lb$1b8pr$1@paganini.bofh.team> <vdmbvt$3p2dv$2@dont-email.me>
	<vdmimv$1c18c$1@paganini.bofh.team> <vdmrj9$3rih7$3@dont-email.me>
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.