Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!ron From: ron@brl-tgr.ARPA (Ron Natalie) Newsgroups: net.lang.c Subject: Re: Re: Breaking out of several nested loops (& ANSI C) Message-ID: <5215@brl-tgr.ARPA> Date: Thu, 11-Oct-84 21:42:16 EDT Article-I.D.: brl-tgr.5215 Posted: Thu Oct 11 21:42:16 1984 Date-Received: Sat, 13-Oct-84 02:19:22 EDT References: <129@ssc-vax.UUCP>, <1801@pegasus.UUCP> <4886@duke.UUCP> <2085@rochester.UUCP> Organization: Ballistics Research Lab Lines: 6 The major advantage of not introducing a new construct which is redundant to the old goto construct is that you'll still have to keep the goto around (it really is part of the language) and why complicate the language with yet another unstructured construct. -Ron