Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site dataio.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxj!ihnp4!houxm!vax135!cornell!uw-beaver!uw-june!entropy!dataio!bright From: bright@dataio.UUCP (Emperor) Newsgroups: net.lang.c Subject: Re: Breaking out of several nested loops (& ANSI C) Message-ID: <200@dataio.UUCP> Date: Mon, 15-Oct-84 13:25:55 EDT Article-I.D.: dataio.200 Posted: Mon Oct 15 13:25:55 1984 Date-Received: Wed, 17-Oct-84 06:40:40 EDT References: <1801@pegasus.UUCP>, <16435@arizona.UUCP> Organization: Data I/O, Redmond, WA Lines: 7 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