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 (4965 days ago) |
| ct | = 1775425774.000000 = April 05 2026 17:49:34 |
| ft | = 1346439366.000000 = August 31 2012 14:56:06 |
| dt | = 428986408.000000 |