Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!ihlpg!tainter From: tainter@ihlpg.UUCP (Tainter) Newsgroups: net.lang.c Subject: Re: What should be added to C Message-ID: <1978@ihlpg.UUCP> Date: Sat, 31-May-86 14:34:00 EDT Article-I.D.: ihlpg.1978 Posted: Sat May 31 14:34:00 1986 Date-Received: Sun, 1-Jun-86 10:18:47 EDT References: <1463@mmintl.UUCP> <2600059@ccvaxa> Organization: AT&T Bell Laboratories Lines: 36 > Why not use the Ada style of putting a label before the loop body - it's > like giving a name to the loop: > complicated_loop: for(;;) { > {{{{{ > break complicated_loop; > }}}}} > } > No, it's not really much different from a goto. > Andy "Krazy" Glew. Gould CSD-Urbana. USEnet: ihnp4!uiucdcs!ccvaxa!aglew It is that little bit different though. And it is a definate WIN! When you see a "break