get-description
builtin-function
(get-description obj)
(get-description obj show-non-public)
Returns a prototype object describing the given object obj. Used by the function
describe.
make-html > (get-description 'when)
it: #s( :compiler-syntax ((when test &body forms))
:compiler-usage macro
:compiler-value #<Macro Name="when">
:name "when"
:package "lisp"
:public true
:symbol when
:usage undefined )