Length

"feilong" <[email protected]>
Newsgroups gmane.lisp.allegro
Message-ID <000401c2bc1e$b3998a20$94316086@dfkimnqs21x0xb>
Hello,
Why is the length of (quote '(1 2 3)) 2 not 3.
For example:
CG-USER(3): (length (quote '(1 2 3)))
2

CG-USER(5): (length  ''(1 2 3))
2

CG-USER(6): (length  '''(1 2 3))
2

CG-USER(7): (length  ''''(1 2 3))

2

Best Greeting
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.