Loop
<programming> A sequence of instructions that the processor repeats, either until some condition is met, or indefinitely.
In an structured language (e.g. C, Pascal, BASIC, or Fortran), a loop is usually achieved with for loop, while loop or repeat loop constructs.
In other languages these constructs may be synthesised with a jump (assembly language) or a GOTO (early Fortran or BASIC).
| < Previous Terms | Terms Containing loop | Next Terms > |
| Look Ahead Left-to-right parse, Rightmost-derivati Look ahead LR look and feel Looking Glass LOOKS | accumulator Ada Adaptor ALGOL 60 ALGOL 68 | loop combination loop fusion LOOPN LOOPS loop through |



