[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-LISP at MIT-MC
- From: William G. Dubuque <WGD at MIT-MC>
- Date: Sun, 20 Sep 81 22:42:00 GMT
- Original-date: 20 September 1981 18:42-EDT
- Sender: BIL at MIT-MC
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 ...