RosettaCodeData/Task/Reverse-a-string/Lang5/reverse-a-string.lang5

3 lines
53 B
Plaintext

: flip "" split reverse "" join ;
"qwer asdf" flip .