"Mage" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hayri ERDENER wrote: > >>hi, >>what is the equivalent of C languages' goto statement in python? >>best regards >> >> > You really shouldn't use goto.
True. > Fortunately you can't. Of course you can. Recent versions of Python have the ability to change where an element on the call stack will return to. Don't ask me to debug such a program unless you really want my unvarnished opinion of such stupidity. John Roth > > Mage > -- http://mail.python.org/mailman/listinfo/python-list