Cdr
In computer programming, cdr (pronounced cudder) and car are a pair of primitive functions in the Lisp programming language.
The functions cdr and car are used to refer to the tail (cdr) and head (car) of a list:
(cdr '(A B C))yields(B C)(car '(A B C))yieldsA
car (Contents of Address Register) and cdr (Contents of Decrement Register).Portions from NILS' LISP PAGES - http:/t3x.dyndns.org/LI/carcdr.html