Posts: 18
Threads: 5
Joined: Oct 2009
Reputation:
0
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.
Posts: 119
Threads: 16
Joined: Oct 2009
Reputation:
4
(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
Posts: 335
Threads: 34
Joined: Oct 2009
Reputation:
8
10-19-2009, 05:26 AM
(This post was last modified: 10-19-2009, 05:26 AM by Akshay*.)
goto : charatindex[2]
This is the proper command for java and c.
but i do not know about python.
:superman: