[FIXED 076] Break statement not supported?
Posted: Wed Jan 09, 2008 7:10 am
I tried to use a break in my for loop but I get a script parsing error on the console. It's a documented simkin statement. I'm currently using return 0 to get out of the loop so it's not really a big deal, but just a heads up. Or if I don't want to exit the entire function with return 0 I just set the condition for the loop to break instead of using break.