menu_cmd_escolha.html 621 B

12345678910111213
  1. <div class="w3-item"><!-- img src="img/icn_?.png" title="icon command code" class="w3-icon"/ -->
  2. <h3>Multiple Choice Command</h3>
  3. <p>
  4. The <b>switch</ b> command has several nested decision structures.
  5. It allows you to go directly to a block of commands, depending on the value of a check variable. For
  6. 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>
  7. </p>
  8. <div class="img-div"><img src="img/ex_case_cmd.png" title="EExample of use">
  9. <span class="img-label">Example of use</span>
  10. </div>
  11. </div>