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

Erratum



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