Great job! On to AGS 3.2 it is! 
I can't say how many times I wanted to use a switch in my code. (I mean, all the if's and else if's are ugly and make the code unclear and bulky.)
Pretty please with sugar on top look into this for the next version! Thanks!

Quote from: Pumaman on Mon 05/02/2007 21:42:22
"break" can be simulated as monkey_05_06 has demonstrated (though I would like to add support for it in future).
"switch" can be simulated by using "else if"s (thoug again, I agree it's not as nice and it would be good to add switch support in future.
I can't say how many times I wanted to use a switch in my code. (I mean, all the if's and else if's are ugly and make the code unclear and bulky.)
Pretty please with sugar on top look into this for the next version! Thanks!
