>>> what is the equivalent of C languages' goto  statement in python?

    >> You really shouldn't use goto.
    >> Fortunately you can't.

    Steven> Of course you can :-)

    Steven> You can write your own Python interpreter, in Python, and add a
    Steven> goto to it.

Maybe easier would be to write a Python assembler (there's probably already
one out there) and just write to Python's virtual machine...

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

Reply via email to