- (c-car P) → itemsyntax
Yields the head of the given pair. Analogous to car.
(ck () (c-quote (c-car '(a . b)))) ;; ==> 'a (ck () (c-quote (c-car '(a b)))) ;; ==> 'a
Yields the head of the given pair. Analogous to car.
(ck () (c-quote (c-car '(a . b)))) ;; ==> 'a (ck () (c-quote (c-car '(a b)))) ;; ==> 'a