Function: DUMMY-STRCAT

Source

(defun dummy-strcat (a b)
  (concatenate 'string a b))
Source Context