Sujet : Re: Loops (was Re: do { quit; } else { })
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.cDate : 22. Apr 2025, 22:31:13
Autres entêtes
Organisation : None to speak of
Message-ID : <87wmbbyjby.fsf@nosuchdomain.example.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Gnus/5.13 (Gnus v5.13)
scott@slp53.sl.home (Scott Lurndal) writes:
[...]
And even then, his complaints would never have gained traction;
the basic syntax of C hasn't changed for forty years, particularly
with respect to the syntax related to the 'for' keyword.
That's not *quite* true. The syntax of the for loop changed
significantly in C99, allowing for a declaration as the first clause
(a feature borrowed from C++).
-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */