RosettaCodeData/Task/Reverse-a-string/R/reverse-a-string-3.r

5 lines
169 B
R

revstring("asdf")
revstring("m\u00f8\u00f8se")
Encoding("m\u00f8\u00f8se") # just to check if on your system it's something
# different!