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