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

5 lines
101 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> n, m := 3, 5:
> s := "The Higher, The Fewer!":
> s[ n .. n + m - 1 ];
"e Hig"