Share Email Facebook Twitter LinkedIn car (AutoLISP) 2013-04-10 Product Documentation Intermediate View Original Returns the first element of a list (car list) Arguments list A list. Return Values The first element in list; otherwise nil, if the list is empty. Examples Command: (car '(a b c)) A Command: (car '((a b) c)) (A B) Command: (car '()) nil Related Concepts About Point Lists (AutoLISP)