RosettaCodeData/Task/Reverse-a-string/Yorick/reverse-a-string.yorick

2 lines
36 B
Plaintext

strchar(strchar("asdf")(:-1)(::-1))