On Sun, 2009-04-19 at 06:26 +0000, Steven D'Aprano wrote:
> > (btw, how come nobody has mentioned python bytecode? Most flow
> control is jumps)
> 
> 
> I wrote yesterday:
> 
> "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."

Ah - apologies 

Tim

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

Reply via email to