Login
|
Sign Up
AutoLISP Function Detail
Name:
cdr
Syntax:
(cdr
list
)
Description:
Returns the all remaining elements of a list except the first element.
Example(s):
(car '(2.3 6.2 0.0))
(6.2 0.0)