RosettaCodeData/Task/Reverse-a-string/Maple/reverse-a-string.maple

3 lines
72 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
> StringTools:-Reverse( "foo" );
"oof"