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



Examples of for-as-across subclause

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