Article · Wikipedia archive · Last revised Jun 24, 2026

Repeat loop

Repeat loop may refer to:For loop – Commonly known as the repeat (x) { ... } loop. Do while loop – Known as the repeat { ... } until (!CONDITION) loop. Infinite loop – Known as the repeat forever { ... } loop.

Last revised
Jun 24, 2026
Read time
≈ 1 min
Length
44 w
Citations
Source

Repeat loop may refer to:

  • For loop – Commonly known as the repeat (x) { ... } loop.
  • Do while loop – Known as the repeat { ... } until (!CONDITION) loop.
  • Infinite loop – Known as the repeat forever { ... } loop.