- (c-reverse L) → listsyntax
Yields the given list in reverse order. Fails if the list is not a proper list. Analogous to reverse.
(ck () (c-quote (c-reverse '(a b c)))) ;; ==> '(c b a)
Yields the given list in reverse order. Fails if the list is not a proper list. Analogous to reverse.
(ck () (c-quote (c-reverse '(a b c)))) ;; ==> '(c b a)