| Kieli | Käännökset |
|---|---|
| ranska | boucle for |
| saksa | for-Schleife |
| Monikko | for loops |
(programming) A section of code in which an instruction or group of instructions is executed a specific number of times depending on the value of a loop counter.
Flow diagram of a for loop that prints five asterisks.
(programming) A section of code in which an instruction or group of instructions is executed a specific number of times depending on the value of a loop counter.
For loop illustration, from i=0 to i=2, resulting in data1=200