Newbie: Quick Question regarding Disassembling a list

From: Eric Strudel (wtfrudoing_at_hotmail.com)
Date: 04/30/04


Date: Thu, 29 Apr 2004 18:39:54 -0400

Hello,

If I have a list say (setq list1 '(T T T T NIL)), is there a way to
disassemble that list into individual atoms without using a loop so that I
can do a binary AND for them?

For example, (and (T T T T NIL)) gives me NIL, but how can I access the (and
list1) so it will give me NIL as well? Thanks!



Relevant Pages