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: Proposal for breaking out of multiple loops
Message-ID: <5188@brl-tgr.ARPA>
Date: Thu, 11-Oct-84 13:21:33 EDT
Article-I.D.: brl-tgr.5188
Posted: Thu Oct 11 13:21:33 1984
Date-Received: Fri, 12-Oct-84 06:07:54 EDT
References: <3883@decwrl.UUCP>
Organization: Ballistics Research Lab
Lines: 14

FOO!

Who defined structured programming as:
	Structured programming is any construct that does not
	use GOTO statements.

Not Dijkstra, not Knuth.

Disguising goto's as multi-functional break statements is not
helping the problem.  C doesn't need these.  If you want to
be non-structured, use GOTO.  At least it's clear what you
are doing.

-Ron