2 lines
54 B
Common Lisp
2 lines
54 B
Common Lisp
(defun glue (str1 str2)
|
|
(format "%s%s" str1 str2) )
|
(defun glue (str1 str2)
|
|
(format "%s%s" str1 str2) )
|