Next: , Previous: The for-as-across subclause, Up: Variable Initialization and Stepping Clauses


6.1.2.11 Examples of for-as-across subclause
      (loop for char across (the simple-string (find-message channel))
            do (write-char char stream))