Jump to content

Repeat loop

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Tourorist (talk | contribs) at 12:13, 5 June 2021 (hyphen to en dash). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.