while loop

English

Etymology

From the keyword while used in many programming languages for this purpose.

Noun

Examples

(from C++):

  • while( x<10 ) {
    cout<<x;
    x++;
  • }

while loop (plural while loops)

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

See also

This article is issued from Wiktionary. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.