Repeat loop
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 - version of the 7/19/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.