[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
maknam/intern
- To: BUG-LISP at MIT-MC
- Subject: maknam/intern
- From: Gail Zacharias <GZ at MIT-MC>
- Date: Sun, 14 Jun 81 02:55:00 GMT
- Original-date: 13 June 1981 22:55-EDT
This may not be a bug, I just don't understand why it gives a different
answer the two times... (I am hoping the second one is correct)
:lisp<space>
LISP 2100
Alloc?n
(setq foo (maknam '(b a r)))
BAR
(eq foo (intern foo))
T
(setq foo (maknam '(b a r)))
BAR
(eq foo (intern foo))
NIL