Returns a fresh string consisting of ITEMS concat'd together.
(defun strcat (&rest items) "Returns a fresh string consisting of ITEMS concat'd together." (strcat* items))