12345678910111213 |
- <div class="w3-item"><!-- img src="img/icn_?.png" title="icon command code" class="w3-icon"/ -->
-
- <h3>Multiple Choice Command</h3>
- <p>
- The <b>switch</ b> command has several nested decision structures.
- It allows you to go directly to a block of commands, depending on the value of a check variable. For
- more information see commands <a onclick="carregar('menu_cmd_pare.html')" href="#">break</a> and <a onclick="carregar('menu_cmd_caso.html')" href="#">case</a>
- </p>
- <div class="img-div"><img src="img/ex_case_cmd.png" title="EExample of use">
- <span class="img-label">Example of use</span>
- </div>
- </div>
|