RosettaCodeData/Task/String-prepend/LFE/string-prepend-2.lfe

5 lines
69 B
Plaintext

> (set s "world")
"world"
> (string:concat "hello " s)
"hello world"