10-17-2009, 03:48 PM
(10-17-2009, 02:43 PM)Mr.FeellingLeSS Wrote: I'm working on a gambling prototype program and i was wondering.
What the names are of the good old fashion :goto A and :label A commands for commandcenter in python.
Python doesn't have an equivalent..
If you trying to break out of a nested statement then use break or if you want to get fancy you can use an exception...
Slackware 13/ArchLinux - C/Assem/Python