cdr - This function returns a list that includes everything but the first element in the list.
Syntax : (cdr list)
(cdr (1 2 3)) returns (2 3)
If there is only one element in the list, returns nil
If the argument is not a list, returns returns "Error: Bad Argument Type".
| filename: | AutoCAD LISP - CDR |
| filename: | AutoCAD%20LISP%20%2D%20CDR |
| last edit: | August 31 2012 14:56:06 (-3632193 minutes ago) |
| ct | = 1128507733.000000 = October 05 2005 06:22:13 |
| ft | = 1346439366.000000 = August 31 2012 14:56:06 |
| dt | = -217931633.000000 |