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

3 lines
105 B
Text

sreverse("abcdef"); /* "fedcba" */
sreverse("rats live on no evil star"); /* not a bug :o) */