RosettaCodeData/Task/Reverse-a-string/Joy/reverse-a-string.joy

4 lines
61 B
Plaintext

DEFINE reverse == "" [swons] fold.
"asdf" reverse putchars.