Sujet : Re: basic BASIC question
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 04. Feb 2025, 02:53:00
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vnrrts$1hm1g$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Mozilla Thunderbird
On 2/3/2025 8:18 PM, Lawrence D'Oliveiro wrote:
On Mon, 3 Feb 2025 19:32:35 -0500, Arne Vajhøj wrote:
On 2/3/2025 5:05 PM, Lawrence D'Oliveiro wrote:
Trouble is, every other notation for string literals requires some kind
of escape system for representing characters that might interfere with
the syntax notation itself.
>
True. But that does not seem to be a problem.
I know. Normal people see it as an absolute nightmare to try to calculate
a count prefix. But surely any self-respecting editor makes that easy,
e.g.
44HThe quick brown fox jumps over the lazy dog.
It only took me a few seconds in Emacs, even without the benefit of a
custom command to make it faster.
Note that the above seems to be a hollerith edit descriptor (deleted in
Fortran 95 standard) and not a hollerith constant (deleted in
Fortran 77 standard). Counting is not a problem in hollerith constants,
but changing the string can be.
Arne