Repeat loop
From HandWiki
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.
Short description: Disambiguation page providing links to topics that could be referred to by the same search term
This disambiguation page lists articles associated with the title Repeat loop. If an internal link led you here, you may wish to change the link to point directly to the intended article. |
__DISAMBIG__
Original source: https://en.wikipedia.org/wiki/Repeat loop.
Read more |