>>>>> "William" == William Brew <[EMAIL PROTECTED]> writes:
William> Does anyone know how to determine if a symbol has been declared special,
William> where this info is
William> kept, etc.
(c::info variable kind '*print-base*) =>
:special
T
I think this only works on globals, but all globals are usually
special variables in cmucl.
Ray
