Wacky Programming Tales

Skip Montanaro skip at mojam.com
Wed Aug 18 13:42:53 EDT 1999


    William> if ( something )
    William> {
    William> }
    William> else
    William> {
    William> 	A process that sets the success variable
    William> 	if (! success )
    William> 		goto Error;
    William> }
    William> Error:

    William> Note that there was nothing between the goto and and the label
    William> except the end of the else clause. -Wm

Planning ahead, no doubt. ;-)

Skip Montanaro	| http://www.mojam.com/
skip at mojam.com  | http://www.musi-cal.com/~skip/
847-971-7098




More information about the Python-list mailing list