2009/4/19 Steven D'Aprano <st...@remove-this-cybersource.com.au>:

> "GOTO, after all, is just a jump, and we use jumps in Python all the time:
>
> raise Exception
> break
> continue
> if... elif... else...
> for... else...
> etc."

So as a syllogism:
P1: GOTO is a jump;
P2: GOTO is bad.
C: Jumps are  bad.

And then by showing the conclusion is false, you believe you have
shown a contradiction? Try looking up "Affirming the consequent"!

GOTO is an /unstructured/ jump. Raise, break, continue, if, for and so
an are all /structured/ jumps.

-- 
Tim Rowe
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to