Deutsch English Français Italiano |
<vnrn73$1hm1g$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Arne_Vajh=C3=B8j?= <arne@vajhoej.dk> Newsgroups: comp.os.vms Subject: Re: basic BASIC question Date: Mon, 3 Feb 2025 19:32:35 -0500 Organization: A noiseless patient Spider Lines: 18 Message-ID: <vnrn73$1hm1g$1@dont-email.me> References: <vnipj8$3i2i9$1@dont-email.me> <vniue9$3j9pr$1@dont-email.me> <679d001e$0$713$14726298@news.sunsite.dk> <vnj81l$ga7$4@reader2.panix.com> <679d26bd$0$713$14726298@news.sunsite.dk> <679d4c9b$0$713$14726298@news.sunsite.dk> <vnr28k$1d7as$2@dont-email.me> <vnr9i9$1eo3r$1@dont-email.me> <vnreio$1fpir$5@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Tue, 04 Feb 2025 01:32:35 +0100 (CET) Injection-Info: dont-email.me; posting-host="b6b60aff12b6bfda5e8121243c152254"; logging-data="1628208"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18qX2sXPO9CqmBw7iXLby+SyIY/m1/4f7g=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:y1+EwJ3QydToxltkKZCs5e4FNzA= Content-Language: en-US In-Reply-To: <vnreio$1fpir$5@dont-email.me> Bytes: 1973 On 2/3/2025 5:05 PM, Lawrence D'Oliveiro wrote: > On Mon, 3 Feb 2025 15:39:37 -0500, Arne Vajhøj wrote: >> [Hollerith] is an extension in VMS fortran. >> >> And even though it is a horrible way to do text, then it is not >> something one get to use accidentally. > > 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. Whether it is because it is simple or because practical all developers know the two main ways (doubling and backslash escape) does not change that it work fine. Arne