RosettaCodeData/Task/Reverse-a-string/LFE/reverse-a-string-1.lfe

3 lines
32 B
Plaintext

> (lists:reverse "asdf")
"fdsa"