- A sequence of statements which is specified once but which may be carried out several times in succession. The code “inside” the loop (the body of the loop) is obeyed a specified number of times, or once for each of a collection of items, or until some condition is met, or indefinitely. In functional programming languages loops can be expressed by using recursion or fixed point iteration rather than explicit looping constructs. Examples for loops include
forloops,whileanddo whileloops,foreach, and infinite loops. ← Wikipedia
This term is sponsored by: your name/company?
- Previous term: Look and feel
- Next term: Lorem ipsum
- Random term: Non-Zero Rule (webglossary.info/random 🎲)