[wingide-users] Tab after else
Musaab
musaab.ozdemir at gmail.com
Thu Feb 2 01:39:10 MST 2012
For some reason, after I enter an if statement, I can't tab after else...
for example:
if choice == "1":
playerClass = "Fighter"
elif choice == "2":
playerClass = "Rogue"
elif choice == "3":
playerClass = "Wizard"
else
playerClass = "Fighter"
I can't tab the last line. Wing IDE won't let me. Any idea why?
Thanks!
-----
http://www.roguecode.net
--
View this message in context: http://wingide.992054.n4.nabble.com/Tab-after-else-tp4350854p4350854.html
Sent from the WingIDE - User mailing list archive at Nabble.com.
More information about the wingide-users
mailing list