menu_cmd_repita.html 406 B

1234567891011
  1. <div class="w3-item"><!-- img src="img/icn_?.png" title="iconrepeat N times" class="w3-icon"/ -->
  2. <h3>Command repeat N times</h3>
  3. <p>
  4. This command lets you execute a set of commands a fixed number of times, given by the <i>N</i> flag.
  5. The <i>N</i> can be an integer constant or an integer variable.
  6. <br/>
  7. This command is known as the <i>for</i> in traditional programming languages.
  8. </p>
  9. </div>