Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: do { quit; } else { } Date: Sun, 13 Apr 2025 20:26:22 -0700 Organization: None to speak of Lines: 19 Message-ID: <87cydf4e5d.fsf@nosuchdomain.example.com> References: <87a58mqt2o.fsf@nosuchdomain.example.com> <875xjaqmgf.fsf@nosuchdomain.example.com> <20250412101325.877@kylheku.com> <20250413214046.0000530f@yahoo.com> <20250413130116.546@kylheku.com> <20250414003003.00004151@yahoo.com> <87h62r4jdu.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Mon, 14 Apr 2025 05:26:24 +0200 (CEST) Injection-Info: dont-email.me; posting-host="81eb20b1af8ee11d07b9431bae23cc05"; logging-data="196498"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1892L9vyvOrXSq6lCCjTmU8" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:v+CmJP7Qdpa357nrCcKdFbjKP7A= sha1:6dIyqWx8JiEY6cmRo5z0r0zsm00= Xref: csiph.com comp.lang.c:392487 James Kuyper writes: > On 4/13/25 21:33, Keith Thompson wrote: >> James Kuyper writes: >>> On 4/13/25 17:30, Michael S wrote: >>> ... >>>> My impression rfrom old books was that indexing as [i]arr was (is ?) > > Note: [i]arr [...] > He's not talking about E2[E1]. He's talking about [E2]E1. D'oh, I missed that. Apparently I saw what I was expecting to see. I don't recall [i]arr (or [arr]i) being valid in any version of C or any of its predecessors -- or any other language, for that matter. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */