> (apply + '("T" "h" "a" "d" "d")) "Thadd"
> (apply string '(t "h" "a" "d" "d")) "thadd"
thnx T.
-----