
4.6 Reference Pages
inspect object
inspect allows you to examine data structures. When called on an object,inspect displays the object's components. The object can then be modified.
inspect is that of the last object examined.
> (setq a 1) 1> (inspect a) 1
>> :q 1
> (inspect 'a) #<Symbol 3C81FD> [0: NAME] "A" [1: VALUE] 1 [2: FUNCTION] Undefined [3: PLIST] NIL [4: PACKAGE] #<Package "USER" 39DD0B>
>> :q A
describe

Generated with Harlequin WebMaker