Repeat loop

From HandWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

__DISAMBIG__