Newsgroups: comp.ai
Path: cantaloupe.srv.cs.cmu.edu!rochester!cornellcs!newsstand.cit.cornell.edu!portc01.blue.aol.com!newsxfer2.itd.umich.edu!howland.erols.net!newsfeed.internetmci.com!uunet!news-in2.uu.net!winternet.com!n1ott.istar!ott.istar!istar.net!n3ott.istar!torn!watserv3.uwaterloo.ca!undergrad.math.uwaterloo.ca!news
From: Edwin Chung <hkechung@uwaterloo.ca>
Subject: lisp question
Sender: news@undergrad.math.uwaterloo.ca (news spool owner)
Message-ID: <3249E583.1794@uwaterloo.ca>
Date: Thu, 26 Sep 1996 02:08:03 GMT
Reply-To: hkechung@uwaterloo.ca
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii
Nntp-Posting-Host: ppp02.math.uwaterloo.ca
Mime-Version: 1.0
X-Mailer: Mozilla 3.0Gold (Win95; I)
Organization: CHUNG
Lines: 13

hi friends,

	I would like to ask for this question question,
	What this mean ?

	1) CAR(CONS(x,y)) = x
	2) CDR(CONS(x,y)) = y
	3) -| ATOM(x) ) CONS(CAR(x), CDR(x)) = x
	4) -| ATOM(CONS(x,y))

	thanks..

Edwin
