RosettaCodeData/Task/Reverse-a-string/Maxima/reverse-a-string.maxima
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

3 lines
105 B
Text

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