Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site dartvax.UUCP Path: utzoo!linus!decvax!dartvax!chuck From: chuck@dartvax.UUCP (Chuck Simmons) Newsgroups: net.lang.c Subject: Re: nested loops Message-ID: <2471@dartvax.UUCP> Date: Thu, 11-Oct-84 16:31:14 EDT Article-I.D.: dartvax.2471 Posted: Thu Oct 11 16:31:14 1984 Date-Received: Sat, 13-Oct-84 03:15:11 EDT Organization: Dartmouth College Lines: 12I'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