Next: Examples of ALWAYS, Previous: Termination Test Clauses, Up: Termination Test Clauses
 (loop repeat 3
       do (format t "~&What I say three times is true.~
 |>  What I say three times is true.
 |>  What I say three times is true.
 |>  What I say three times is true.
⇒  NIL
 (loop repeat -15
   do (format t "What you see is what you expect~
⇒  NIL