[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-LISP at MIT-AI
- From: Robert W. Sjoberg <SJOBRG at MIT-AI>
- Date: Tue, 25 Mar 80 16:48:00 GMT
- Cc: SJOBRG at MIT-AI
- Original-date: 25 March 1980 11:48-EST
I am having trouble with the wholine status variables. When I do
(sstatus who1 166 0 5 0) ;all numbers in octal
(sstatus who2 'LINE)
(sstatus who3 5)
the result is "LINE 0". On the other hand, if I do
(sstatus who3 5_18.)
then I get "LINE 5". If I do
(sstatus who3 1000005)
then I get "LINE 1". Am I reading the documentation wrong? I want
LINE in who2, and a decimal integer in the low 18 bits of who3, with
the top half of who3 not printed.