Can I use a range in a case of a switch statement? ex.<br><br> <FONT FACE=monospace><b>switch</b> (integervalue)<br> {<br> <b>case</b> <i>1..10</i>:<br> //<br> <b>break</b>;<br> <b>case</b> <i>11..20</i>:<br> //<br> <b>break</b>;<br> <b>default</b>:<br> //<br> }</font>