while loop
Appearance
From Wiktionary, the free dictionary
English
[edit ]Etymology
[edit ]From the keyword while used in many programming languages for this purpose.
Noun
[edit ]| Examples (C++) |
|---|
while( x<10 ) {
cout<<x;
x++;
}
|
while loop (plural while loops )
- (programming ) A section of computer code in which an instruction or group of instructions is repeated only while a certain condition continues to be met.
Translations
[edit ]section of code
- Chinese:
- Danish: while-loop n, while-løkke c
- French: boucle while f
- German: while-Schleife f
- Spanish: bucle mientras m, bucle while m