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