Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!zehntel!hplabs!hao!seismo!brl-tgr!tgr!cottrell@nbs-vms.ARPA From: cottrell@nbs-vms.ARPA Newsgroups: net.lang.c Subject: break/goto Message-ID: <7404@brl-tgr.ARPA> Date: Wed, 16-Jan-85 12:11:48 EST Article-I.D.: brl-tgr.7404 Posted: Wed Jan 16 12:11:48 1985 Date-Received: Mon, 21-Jan-85 03:44:10 EST Sender: news@brl-tgr.ARPA Organization: Ballistic Research Lab Lines: 14 /* martin minow @decvax.uucp mentions a programmer who uses label: ... goto label; to delimit an outer loop that goes on for pages as you can easily lose track of nesting levels. flame: anyone who does that .... nice: please dont write code like that. each funxion should be entirely on one page. use form feeds to separate pages. thank you. */