Sujet : Re: Loops (was Re: do { quit; } else { })
De : Ros (at) *nospam* invalid.invalid (Rosario19)
Groupes : comp.lang.cDate : 15. Apr 2025, 05:57:30
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <ilprvj5jbpcbr7fts2kdotfb81763u652g@4ax.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Forte Free Agent 1.93/32.576 English (American)
On Mon, 14 Apr 2025 14:18:39 +0200, Janis Papanagnou wrote:
(While there's some "C" stuff in here it contains a lot of non-"C"
samples for comparison. So [OT]-sensible folks may want to skip this
post.)
>
On 14.04.2025 12:16, bart wrote:
On 14/04/2025 05:23, Janis Papanagnou 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