Deutsch English Français Italiano |
<vtl1ll$372de$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: Janis Papanagnou <janis_papanagnou+ng@hotmail.com> Newsgroups: comp.lang.c Subject: Re: Loops (was Re: do { quit; } else { }) Date: Tue, 15 Apr 2025 09:25:40 +0200 Organization: A noiseless patient Spider Lines: 17 Message-ID: <vtl1ll$372de$1@dont-email.me> References: <vtbc6o$1te2o$1@dont-email.me> <vtbhjv$24api$1@dont-email.me> <vtbn2k$293r1$1@dont-email.me> <vtc19j$2kqlj$1@dont-email.me> <87a58mqt2o.fsf@nosuchdomain.example.com> <vtc7mp$2q5hr$1@dont-email.me> <vtcqf6$3j95s$1@dont-email.me> <vtdh4q$b3kt$1@dont-email.me> <vtf7fe$1qtpg$1@dont-email.me> <vtgfuf$31ug1$1@dont-email.me> <20250413072027.219@kylheku.com> <vtgpce$39229$1@dont-email.me> <vti2ki$g23v$1@dont-email.me> <vtin99$vu24$1@dont-email.me> <vtiuf0$18au8$1@dont-email.me> <ilprvj5jbpcbr7fts2kdotfb81763u652g@4ax.com> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Injection-Date: Tue, 15 Apr 2025 09:25:41 +0200 (CEST) Injection-Info: dont-email.me; posting-host="01e2f8c7bf13ed716fd050663a212937"; logging-data="3377582"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+n3eKy8xHVoDiT3nMFeOjg" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 Cancel-Lock: sha1:Bly7Fnsycg/s+as6JLbcLBxJ0Fw= In-Reply-To: <ilprvj5jbpcbr7fts2kdotfb81763u652g@4ax.com> X-Enigmail-Draft-Status: N1110 Bytes: 2142 On 15.04.2025 06:57, Rosario19 wrote: >>>> On 13.04.2025 18:39, bart wrote: >>>>> [...] >>>>> >>>>> for(let i = 1; i <= 36; i++) { > > C for loop is great, but all can be workarounded with goto label Sure. Or all done with Turing machines. - But why would one want to. Maybe a note aside on your comment; I haven't read many specification documents of contemporary language lately, but many of those old specs often described the semantics of high-level constructs (like loops) by an equivalent 'goto' based code pattern. Janis