chickadee
»
s
»
s-concat
Identifier search
s-concat
s
...
procedure
Join all the string arguments into one string.
(s-concat "abc" "def" "ghi") ;; => "abcdefghi"