Node: Examples of for-as-across subclause, Next: The for-as-hash subclause, Previous: The for-as-across subclause, Up: Variable Initialization and Stepping Clauses
(loop for char across (the simple-string (find-message channel))
do (write-char char stream))