[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Documentation for car and cdr
From: |
Drew Adams |
Subject: |
RE: Documentation for car and cdr |
Date: |
Sat, 28 Jan 2006 12:01:01 -0800 |
I wrote:
(cdr ARG):
Return the cdr (second part) of a cons cell.
ARG must be a cons cell or nil, or else an error is raised.
(cdr (cons a b)) returns b.
(cdr nil) returns nil.
See also `car-safe'.
Obviously, I meant "See also `cdr-safe'" in the last line.
- Re: Documentation for car and cdr, (continued)
- 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
- Re: Documentation for car and cdr, Miles Bader, 2006/01/28
- Re: Documentation for car and cdr, Luc Teirlinck, 2006/01/28
- RE: Documentation for car and cdr, Drew Adams, 2006/01/28
- RE: Documentation for car and cdr,
Drew Adams <=
- RE: Documentation for car and cdr, Drew Adams, 2006/01/30
- Re: Documentation for car and cdr, Alan Mackenzie, 2006/01/26
- Re: Documentation for car and cdr, Tomas Zerolo, 2006/01/26
- Re: Documentation for car and cdr, Ken Manheimer, 2006/01/29
- Re: Documentation for car and cdr, Ken Manheimer, 2006/01/29
- Re: Documentation for car and cdr, Luc Teirlinck, 2006/01/29
- Re: Documentation for car and cdr, Ken Manheimer, 2006/01/30
- Re: Documentation for car and cdr, Alex Schroeder, 2006/01/31
- Re: Documentation for car and cdr, Kevin Rodgers, 2006/01/31
- Re: Documentation for car and cdr, Jason Rumney, 2006/01/30