Plaster
New
List
Login
text
default
yitzi
2022.03.13 18:09:10
(defun append* (&rest rest) (loop for item in rest if (listp item) append item else collect item))
Raw
Annotate
Repaste