[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Documentation for car and cdr
From: |
Jose E. Marchesi |
Subject: |
Re: Documentation for car and cdr |
Date: |
Thu, 26 Jan 2006 23:29:37 +0100 |
+----+ +----+
| | | |
| v v |
| +---+---+ |
| | | +--+
| +-+-+---+
| |
+----+
(let ((print-circle t)
(cons-cell (cons nil nil)))
(setcar cons-cell cons-cell)
(setcdr cons-cell cons-cell)
cons-cell) ==>
(#0 . #0)
If the symbol nil had such a value, (eq nil 'nil) would not be true.
OLE!!!!!!
;)
--
José E. Marchesi <address@hidden>
<address@hidden>
GNUs Not Unix! http://www.gnu.org
GNU Spain http://es.gnu.org
- Re: Documentation for car and cdr, (continued)
- Re: Documentation for car and cdr, Thien-Thi Nguyen, 2006/01/26
- Re: Documentation for car and cdr, Luc Teirlinck, 2006/01/25
- Re: Documentation for car and cdr, Kim F. Storm, 2006/01/25
- Re: Documentation for car and cdr, Peter Whaite, 2006/01/25
- Re: Documentation for car and cdr, David Kastrup, 2006/01/25
- Re: Documentation for car and cdr, Mario Domenech Goulart, 2006/01/25
- Re: Documentation for car and cdr, Richard M. Stallman, 2006/01/26
- Re: Documentation for car and cdr, Luc Teirlinck, 2006/01/26
- Re: Documentation for car and cdr, Peter Whaite, 2006/01/26
- Re: Documentation for car and cdr, Kevin Rodgers, 2006/01/26
- Re: Documentation for car and cdr,
Jose E. Marchesi <=
- Re: Documentation for car and cdr, Peter Whaite, 2006/01/26
- Re: Documentation for car and cdr, Richard M. Stallman, 2006/01/28
- Re: Documentation for car and cdr, Jason Rumney, 2006/01/26
- Re: Documentation for car and cdr, Richard M. Stallman, 2006/01/28
- Re: Documentation for car and cdr, Luc Teirlinck, 2006/01/28
- Re: Documentation for car and cdr, David Kastrup, 2006/01/26
- Re: Documentation for car and cdr, Peter Whaite, 2006/01/27
- Re: Documentation for car and cdr, Luc Teirlinck, 2006/01/28
- Re: Documentation for car and cdr, Miles Bader, 2006/01/28
- Re: Documentation for car and cdr, Luc Teirlinck, 2006/01/28