Plaster

text
(defun append* (&rest rest) (loop for item in rest if (listp item) append item else collect item))