Common Lisp the Language, 2nd Edition


next up previous contents index
Next: Kinds of Loop Up: Parsing Loop Clauses Previous: Parsing Loop Clauses

26.3.1. Order of Execution

change_begin
With the exceptions listed below, clauses are executed in the loop body in the order in which they appear in the source. Execution is repeated until a clause terminates the loop or until a Common Lisp return, go, or throw form is encountered. The following actions are exceptions to the linear order of execution:


change_end



next up previous contents index
Next: Kinds of Loop Up: Parsing Loop Clauses Previous: Parsing Loop Clauses


AI.Repository@cs.cmu.edu