Next: How the Loop Facility Works, Up: Loop [Contents][Index]
A loop is a series of expressions that are executed one or more times, a process known as iteration.
The Loop Facility defines a variety of useful methods (“constructs”), indicated by loop keywords, to iterate and to accumulate values in a loop.
Loop keywords are not true Common Lisp keywords; they are symbols that are recognized by the Loop Facility and that provide such capabilities as
If you do not use any loop keywords, the Loop Facility simply executes the loop body repeatedly.