Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Gary Scott Newsgroups: comp.lang.fortran Subject: Re: Is there a way in Fortran to designate an integer value as integer*8 ? Date: Fri, 4 Oct 2024 15:36:33 -0500 Organization: A noiseless patient Spider Lines: 14 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Fri, 04 Oct 2024 22:36:34 +0200 (CEST) Injection-Info: dont-email.me; posting-host="5f23d2d0501bb792a0e6dd1fadd9ab96"; logging-data="387500"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19pNQLb2+6URV1lHP5f+t8FwjDeRYIet4g=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:hVuegbcOIHWg2J15HpThUKiRG5k= In-Reply-To: Content-Language: en-US Bytes: 1863 On 10/4/2024 3:04 PM, Lawrence D'Oliveiro wrote: > On Fri, 4 Oct 2024 12:13:52 +0200, R Daneel Olivaw wrote: > >> but not as friendly as >> character*28 txthdr /'Text header, with a comma ' / > > With all these additions to Fortran, I keep wondering “when will they > finish reinventing PL/I?”. Because at an early point in the development of > PL/I, they were going to call it “FORTRAN VI”. > > One PL/I feature still missing from Fortran is VARYING strings. Fortran does have a form of varying string...just not super convenient to use in the general case.