<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Switch statement - Page 11 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=switch_statement&amp;p=10">1.Previous</a><br />
<a accesskey="3" href="page.php?w=switch_statement&amp;p=12">3.Next</a>
</p>
<p>exit statement or the end of the switch statement. When control branches to one case, but continues into the subsequent branch, the control flow is called fall through, and allows branching to the same code for multiple values.</p>

<p>Fall through is prevented by ending a case with a keyword (i.e. ), but a common mistake is to accidentally omit the keyword, causing unintentional fall through and often a <a href="page.php?w=bug_%28engineering%29">bug</a>. Therefore, many consider this language feature to be dangerous, and often fall through code</p><p>
<a accesskey="1" href="page.php?w=switch_statement&amp;p=10">1.Previous</a><br />
<a accesskey="3" href="page.php?w=switch_statement&amp;p=12">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
