Repeat loop may refer to:
- For loop â Commonly known as the <code>repeat (x) { ... }</code> loop.
- Do while loop â Known as the <code>repeat { ... } until (!CONDITION)</code> loop.
- Infinite loop â Known as the <code>repeat forever { ... }</code> loop.