menu_cmd_pare.html 735 B

12345678910111213141516
  1. <div class="w3-item"><!-- img src="img/icn_?.png" title="icon Stop command" class="w3-icon"/ -->
  2. <h3>Stop</h3>
  3. <p>
  4. This context command is used to stop execution of repeat structures
  5. (<a onclick="carregar('menu_cmd_repita.html')" href="#">repeat N times</a>,
  6. <a onclick="carregar('menu_cmd_enquanto.html')" href="#">while true</a>,
  7. <a onclick="carregar('menu_cmd_faca.html')" href="#">do while</a>)
  8. and <a onclick="carregar('menu_cmd_escolha.html')" href="#">multiple choice</a>.
  9. It can only be used in these contexts, any other use is invalid.
  10. </p>
  11. <div class="img-div"><img src="img/ex_pare_cmd.png" title="Example of using the stop command">
  12. <span class="img-label">Example of use</span>
  13. </div>
  14. </div>