chickadee » s » s-concat

s-concat s ...procedure

Join all the string arguments into one string.

(s-concat "abc" "def" "ghi") ;; => "abcdefghi"