RosettaCodeData/Task/String-append/Clojure/string-append-2.clj

3 lines
51 B
Clojure

user=> (let [s "ap", s (str s "pend")] s)
"append"