Switch statement - Wikipedia, the free encyclopedia
In some languages and programming environments, the use of a case or switch statement is considered superior to an equivalent series of if else if statements because it is: Easier to debug (e.g. setting breakpoints on code vs. a call table, if the debugge...