menu_cmd_caso.html 687 B

1234567891011121314
  1. <div class="w3-item"><!-- img src="img/icn_?.png" title="icon command code" class="w3-icon"/ -->
  2. <h3>Case</h3>
  3. <p>
  4. This contextual command is used to define the cases that must be analyzed by the program within a
  5.   structure of <a onclick="carregar('menu_cmd_escolha.html')" href="#">multiple choice</a>. note that
  6.   without a command <a onclick="carregar('menu_cmd_pare.html')" href="#">break</a> execution takes place cascading from
  7.   of the first true case. In the example below, both messages are displayed.
  8. </p>
  9. <div class="img-div"><img src="img/ex_case_cmd.png" title="Example use case command">
  10. <span class="img-label">Exemplo de uso</span>
  11. </div>
  12. </div>