-
- Downloads
~^ inside a ~:{ loop was exiting the whole loop instead of stepping to
the next argument in the list: (format nil "~:{ ~A, ~^ and ~A, ~}" '((foo) (bar baz))) => " FOO, " instead of " FOO, BAR, and BAZ, " From a bug noted by Sean Champ on #lisp.
Loading
Please register or sign in to comment