- (c-list X ...) → listsyntax
Yields a list containing the given items. Analogous to list.
(ck () (c-quote (c-list))) ;; ==> '() (ck () (c-quote (c-list 'a 'b 'c))) ;; ==> '(a b c)
Yields a list containing the given items. Analogous to list.
(ck () (c-quote (c-list))) ;; ==> '() (ck () (c-quote (c-list 'a 'b 'c))) ;; ==> '(a b c)