From ... From: Erik Naggum Subject: Re: [Q]: Need help with cons Date: 2000/01/21 Message-ID: <3157402011629405@naggum.no>#1/1 X-Deja-AN: 575499353 References: mail-copies-to: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsmaster@eunet.no X-Trace: oslo-nntp.eunet.no 948413355 3623 195.0.192.66 (21 Jan 2000 00:09:15 GMT) Organization: Naggum Software; +47 8800 8879 or +1 510 435 8604; fax: +47 2210 9077; http://www.naggum.no User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 Mime-Version: 1.0 NNTP-Posting-Date: 21 Jan 2000 00:09:15 GMT Newsgroups: comp.lang.lisp * Dirt com> | Is there a way to create the following list using 'cons' | | ( ( (a (b (x) d) ) ) ) sure. (cons '((a (b (x) d))) nil) you take your homework from there. #:Erik