RosettaCodeData/Task/Reverse-a-string/Euler/reverse-a-string.euler
2023-07-01 13:44:08 -04:00

3 lines
100 B
Text

>function strrev (s) := chartostr(fliplr(strtochar(s)))
>strrev("This is a test!")
!tset a si sihT