Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!tektronix!tekecs!shark!riks From: riks@shark.UUCP (Rik Smoody) Newsgroups: net.lang.c Subject: Re: Breaking out of labeled statements Message-ID: <1458@shark.UUCP> Date: Thu, 25-Aug-83 15:58:21 EDT Article-I.D.: shark.1458 Posted: Thu Aug 25 15:58:21 1983 Date-Received: Sat, 27-Aug-83 15:50:53 EDT References: sequel.258 Lines: 8 I just don't see that a lot of gibberish with setbreak(someflag), testbreak(someflag), multibreak(someflag), and several occurrences of breakout(soemflag) is any more clear for human readers, any more efficient for computers, or any easier for a compiler to handle than a simple GOTO. The suggestion of a labelled break, on the other hand, seems to simplify and eliminate both the harm of a goto and the need to use them.