3 lines
47 B
Text
3 lines
47 B
Text
|
|
(defun glue (str1 str2)
|
||
|
|
(concat str1 str2) )
|