- (c-u+ U1 U2) → listsyntax
Unary addition. Same as c-append. This was named c-add in the original implementation.
(ck () (c-quote (c-u+ '(a b) '(c)))) ;; ==> '(a b c)
Unary addition. Same as c-append. This was named c-add in the original implementation.
(ck () (c-quote (c-u+ '(a b) '(c)))) ;; ==> '(a b c)