Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
-->
|
||||
<span style="color: #008080;">switch</span> <span style="color: #000000;">v</span> <span style="color: #000080;font-style:italic;">/*with fallthrough*/</span> <span style="color: #008080;">do</span>
|
||||
<span style="color: #008080;">case</span> <span style="color: #000000;">1<span style="color: #0000FF;">,<span style="color: #000000;">2<span style="color: #0000FF;">:</span>
|
||||
<span style="color: #000080;font-style:italic;">-- do something</span>
|
||||
<span style="color: #008080;">case</span> <span style="color: #000000;">3</span> <span style="color: #008080;">then</span>
|
||||
<span style="color: #000080;font-style:italic;">-- do something</span>
|
||||
<span style="color: #008080;">fallthrough</span>
|
||||
<span style="color: #008080;">case</span> <span style="color: #000000;">4<span style="color: #0000FF;">:</span>
|
||||
<span style="color: #000080;font-style:italic;">-- do something</span>
|
||||
<span style="color: #008080;">break</span>
|
||||
<span style="color: #008080;">default<span style="color: #0000FF;">:</span>
|
||||
<span style="color: #000080;font-style:italic;">-- do something</span>
|
||||
<span style="color: #008080;">end</span> <span style="color: #008080;">switch
|
||||
<!--
|
||||
Loading…
Add table
Add a link
Reference in a new issue