Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!dciem!nrcaer!cognos!brianc From: brianc@cognos.UUCP (Brian Campbell) Newsgroups: comp.lang.c Subject: Re: X3J11: Why no labelled loops? Message-ID: <388@cognos.UUCP> Date: Mon, 23-Feb-87 13:21:01 EST Article-I.D.: cognos.388 Posted: Mon Feb 23 13:21:01 1987 Date-Received: Wed, 25-Feb-87 03:37:41 EST References: <1710@plus5.UUCP> Distribution: world Organization: Cognos Inc., Ottawa, Canada Lines: 10 Why are labelled loops not supported in ANSI C? I think the reasoning for not including them was something to the effect "they're too much like goto's". This seems a rather weak objection -- the work-around *is* a goto, or superfluous condition testing. Does anyone have some more information on why such a useful feature (in my opinion) would be omitted? - Brian Campbell