Switch
by Hiroshi on June 20th, 2008
With the use of the switch statement you can check for many conditions at once, and the great thing is that it is actually more efficient programming to do this. A true win-win situation! The way the Switch statement works is it takes a single variable as input and then checks it against all the [...]


