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

maknam/intern



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