Deutsch English Français Italiano |
<vdr11a$1st6j$1@paganini.bofh.team> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!feeds.phibee-telecom.net!2.eu.feeder.erje.net!feeder.erje.net!newsfeed.bofh.team!paganini.bofh.team!not-for-mail From: R Daneel Olivaw <Danny@hyperspace.vogon.gov> Newsgroups: comp.lang.fortran Subject: Re: Is there a way in Fortran to designate an integer value as integer*8 ? Date: Sat, 5 Oct 2024 11:31:22 +0200 Organization: To protect and to server Message-ID: <vdr11a$1st6j$1@paganini.bofh.team> 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> <vdn4i2$3ssv4$8@dont-email.me> <vdof50$1jtk1$1@paganini.bofh.team> <vdphnl$bgk6$2@dont-email.me> <vdpj0j$bnf1$1@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sat, 5 Oct 2024 09:31:22 -0000 (UTC) Injection-Info: paganini.bofh.team; logging-data="1995987"; posting-host="XBJBjenliTep7OIZ0g9xdw.user.paganini.bofh.team"; mail-complaints-to="usenet@bofh.team"; posting-account="9dIQLXBM7WM9KzA+yjdR4A"; User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 SeaMonkey/2.53.18.2 X-Notice: Filtered by postfilter v. 0.9.3 Bytes: 2206 Lines: 21 Steven G. Kargl wrote: > On Fri, 04 Oct 2024 20:04:05 +0000, 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. > > The above line of code in not standard conforming Fortran. > I have not fed it through the compiler I used to use (mainframe, and I no longer have access) but that compiler conformed to Fortran77 to the extent they did not even offer integer*8. They did have some local extensions (statement functions) but they were clearly marked as non-standard in the manuals.