- (c-suffix L X ...) → listsyntax
Yields the given list with the extra arguments added to the end.
(ck () (c-quote (c-suffix '(a b) 'c 'd))) ;; ==> '(a b c d)
Yields the given list with the extra arguments added to the end.
(ck () (c-quote (c-suffix '(a b) 'c 'd))) ;; ==> '(a b c d)