Breaking out of several nested loops (& ANSI C)

Emperor bright at dataio.UUCP
Tue Oct 16 03:25:55 AEST 1984


Since breaking out of several nested loops is unstructured anyway,
isn't using an unstructured goto the most appropriate thing to do?
I've seen some pretty unreadable 'structured' code caused by attempts
to avoid using gotos, when a rewrite of the code using a goto simplified
it tremendously.
					Walter Bright



More information about the Comp.lang.c mailing list