Re: Length
Hisashi Kondo <[email protected]>
| Newsgroups | gmane.lisp.allegro |
|---|---|
| Message-ID | <[email protected]> |
feilong> Why is the length of (quote '(1 2 3)) 2 not 3. (quote '(1 2 3)) is (quote (1 2 3)). Therefore, the length of it is 2. bye.