[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

format bug




The examples on page 585 of CLtL2 don't work:

 | > (format nil "~,,' ,4b" #xface)
 | "1111101011001110"
 | NIL
 | > (lisp-implementation-version)
 | "1996-04-17 (April 1996)"
 | > (software-version)
 | "GNU C 2.7.2.f.1"
 | >


Output should be "1111 1010 1100 1110".  etc.