Re: switch statement
- Posted by jeremy (admin) Mar 26, 2009
- 1344 views
Critic said...
Speed is no justification for a bad syntax (a "select" statement can be optimized just like a "switch"). Apart from that, an "if"-"elsif"-statement can be optimized into a jump table too.
Did you ignore everything else that was said in this thread?
Jeremy