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

Re: t, nil & the package system.



I believe that t and nil, like all other symbols defined in the
Common LISP Manual, must be in the lisp package (or at least accessible
from it).  It certainly is possible to shadow them, just as
one may shadow CAR or COND.
--Guy