autodoc.git
/
onepage
/
manual.html
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/onepage/manual.html:84:
break; case constant2: statement2; break; case constant3 .. constant4: statement3; break;
-
case constant5
+
case constant5
:
case constant6: statement4; // Fallthrough default: statement5; } </pre><p></p> <p>As you can see, a switch statement is a bit more complicated than an if statement. It is still fairly simple however. It starts by evaluating