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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.