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

5 lines
101 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
> n, m := 3, 5:
> s := "The Higher, The Fewer!":
> s[ n .. n + m - 1 ];
"e Hig"