RosettaCodeData/Task/Reverse-a-string/Maxima/reverse-a-string.maxima

4 lines
105 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
sreverse("abcdef"); /* "fedcba" */
sreverse("rats live on no evil star"); /* not a bug :o) */