Sanakirja
Tekoälykääntäjä
KieliKäännökset
ranskaboucle for
saksafor-Schleife

Määritelmät

Substantiivi

  1. (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.

Esimerkit

  • An example of a for loop in BASIC: FOR X=1 TO 10: PRINT 1/X: NEXT.

Taivutusmuodot

Monikkofor 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.