[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
More cases of #o lossage...
- To: (BUG LISP) at MIT-MC
- Subject: More cases of #o lossage...
- From: kmp at MIT-MC (Kent M. Pitman)
- Date: Tue, 7 Apr 81 15:58:00 GMT
- Cc: WGD at MIT-MC
- Original-date: 7 APR 1981 1058-EST
- Sent-by: ___011 at MIT-MC
(SETQ IBASE 10. BASE 10. *NOPOINT NIL)
'(#o10 () 10) => (8. NIL 8.)
'(10 #o10 10) => (10. 8. 8.)
'((#o10 10) 10) => ((8. 8.) 8.)
Note also that
#o'(10 10)
;(QUOTE (8. 8.)) Numeric token expected by some #-function
when will this ever get fixed?
btw, these bugs are in XLisp.2097 as well.
-kmp