nested loops
Chuck Simmons
chuck at dartvax.UUCP
Fri Oct 12 06:31:14 AEST 1984
<say little girl... wanna come nest with me>
I'd be interested in seeing the algorithm which necessitated
breaking out of the middle of three nested loops. Seems to me
that maybe if someone organized their thinking a bit better,
the question as to whether or not to use a goto, a break n
statement, or boolean flags would evaporate.
Personally, I've never had such a situation arise. Or maybe I
just break out of my loops using PL/I on units...
-- dartvax!chuck
More information about the Comp.lang.c
mailing list