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

5 lines
58 B
Plaintext

> (set s "world")
"world"
> (++ "hello " s)
"hello world"