[net.lang.c] nested loops

chuck@dartvax.UUCP (Chuck Simmons) (10/11/84)

<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