2 lines
47 B
Common Lisp
2 lines
47 B
Common Lisp
(defun glue (str1 str2)
|
|
(concat str1 str2) )
|
(defun glue (str1 str2)
|
|
(concat str1 str2) )
|