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

[no subject]



In NILAID:
(setq b #B"000000001")
#B"000000001"
(bit b 8)
1
(bits-posq 1 b 0 8)
8
(bits-posq 1 b 7 8)
The 'count' value 8 is out of range for ...