Next: Binding variables, Previous: Combining statements, Up: Complex statements [Contents][Index]
coNCePTuaL provides a variety of looping constructs designed to repeatedly execute a <simple_stmt>.
• Counted loops: | Iterating for a given number of iterations | |
• Range loops: | Iterating over lists of numbers | |
• Timed loops: | Iterating for a given length of time |