[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
format bug
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: format bug
- From: "Tobias Kunze" <tkunze@ulysses.stanford.edu>
- Date: Wed, 11 Dec 1996 19:07:36 -0800
- Reply-to: t@ulysses.Stanford.EDU
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.