In system 29.95 NWS, with microcode 669, on LISP Machine Eleven:
I hate to be a noodge, but why does (format t ...) return NIL?
This is a great inconvenience when writing code like
(and condition
(format t "Yes, it is true.")
(do-this)
(do-that)
... )
---Wechsler