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


Examples of for-as-across subclause

 (loop for char across (the simple-string (find-message channel))
       do (write-char char stream))


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