Sujet : Re: ALTER, ASSIGN and labels-as-values
De : terje.mathisen (at) *nospam* tmsw.no (Terje Mathisen)
Groupes : comp.archDate : 03. Jun 2024, 09:33:32
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v3jv4s$3qn65$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 SeaMonkey/2.53.18.2
Lawrence D'Oliveiro wrote:
On Thu, 30 May 2024 10:15:54 +0200, Terje Mathisen wrote:
This was using hand-punched cards, writing FORTRAN 2 code with the
Hollerith text constants so you had to count very carefully:
>
FORMAT 27HTHIS IS A VERY LONG TEXT STRING...
Hey, did you not notice the columns were numbered? So all you had to do to
determine the length of the string was subtract column numbers?
Hey, did you not read what I wrote about this being hand-punched cards? By the time I got to the end of the string it was too late to go back and update the 27H count. I had to count these strings on paper, in the notebook where I had written the code before I got access to the card puncher. (A glorified typewriter)
Terje
-- - <Terje.Mathisen at tmsw.no>"almost all programming can be viewed as an exercise in caching"