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.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.