Go to the first, previous, next, last section, table of contents.


Examples of COUNT clause

 (loop for i in '(a b nil c nil d e)
       count i)
=>  5


Go to the first, previous, next, last section, table of contents.