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
| Identifier (URI) | Rank |
|---|---|
| dbkwik:resource/ksyDuhmz1Gkpl0PSipeJ_Q== | 5.88129e-14 |