[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Erratum
Date: Wed, 18 Sep 85 17:16:00 CDT
From: wagner@GSWD-VMS
On the top of page 295 of CLtL, three examples are given for
the bit-array logic functions. The third example is
(bit-andc1 #*1100 #*1010) => #*0100
Given the definition of BIT-ANDC1 on page 294 ("and complement
argument1 with argument2"), this example is in error. Either
the function should be BIT-ANDC2, or the return value should
be #*0010.
Fran
Right you are. Thanks.
--Guy