Re: switch statement
- Posted by DerekParnell (admin) Mar 26, 2009
- 1367 views
achury said...
Will be great if the switch can process sequences.
The switch statement can do sequences...
switch x do case "first": action1() break case "second": action2() break case "another": action3() break . . . end switch