Page 1 of 1

[FIXED 076] Break statement not supported?

Posted: Wed Jan 09, 2008 7:10 am
by Juryiel
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.

Posted: Wed Jan 09, 2008 6:50 pm
by QuestOfDreams
The break statment is not supported in the currently used version of simkin, will be updated in RF076.

Posted: Thu Jan 10, 2008 8:52 am
by Juryiel
Cool, that's good to know. Apparently my two above methods don't always comply with all forms of logic, as I had previously assumed, so a break function will indeed be useful :)