[Openmcl-devel] Using the inspect command?

Andrew P. Lentvorski, Jr. bsder at mail.allcaps.org
Wed Jun 30 00:12:56 PDT 2004


Can someone point me at some documentation for using the inspect 
command?  What I have so far is:

CL-USER> (inspect (list (list 1 2 3) 4 5))
[0]     ((1 2 3) 4 5)
[1]     Type: CONS
[2]     Class: #<BUILT-IN-CLASS CONS>
         Normal List
[4]     Length: 3
[5]     0: (1 2 3)
[6]     1: 4
[7]     2: 5
Inspect>

Now, if I type a ?, I just get an unbound variable error.  How do I 
examine entry 0 (line 5)?

Thanks,
-a




More information about the Openmcl-devel mailing list