RosettaCodeData/Task/Substring/Maple/substring-3.maple

6 lines
143 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
> s[ 1 .. -2 ] = s[ .. -2 ];
"The Higher, The Fewer" = "The Higher, The Fewer"
> StringTools:-Chop( s );
"The Higher, The Fewer"