A For loop is a loop where a control variable is assigned an initial value and must meet a condition or final value to end the loop. Example: var i // This is the control variable for i = 5; i greater than 0; i = i - 1; print i + line break next The output of this pseudocode is: 5 4 3 2 1 see also: For Loop Programming wiki
| Graph IRI | Count |
|---|---|
| http://dbkwik.webdatacommons.org | 6 |