do Construct
Lisp provides a do construct for more general loops. The format of a do statement is:
     
(do | ( varspecs ) |
( endtest results ) | |
statement_1 ... statement_n ) |
Each varspec is a list of the form: ( var init step )
The do is executed in the following way:
Contents    Page-10    Prev    Next    Page+10    Index