State Machines, The Ultimate Goto

00704a-Liber nevin1 at ihlpf.ATT.COM
Wed May 4 10:13:39 AEST 1988


In article <27568 at cca.CCA.COM> g-rh at CCA.CCA.COM.UUCP (Richard Harter) writes:

>Goto logic says leave and don't come back.

Not true.  For example:

	FOO:	goto FOO;

Goto logic says you can come here anytime you need to and from anywhere you
want to (within limits, of course).

>The prescription against goto's really means -- don't mix
>the two types of structure.

I think I agree with you (I'll have to ponder this a little while longer).
-- 
 _ __			NEVIN J. LIBER	..!ihnp4!ihlpf!nevin1	(312) 510-6194
' )  )				"The secret compartment of my ring I fill
 /  / _ , __o  ____		 with an Underdog super-energy pill."
/  (_</_\/ <__/ / <_	These are solely MY opinions, not AT&T's, blah blah blah



More information about the Comp.lang.c mailing list