2019-09-29 11:01:06 +01:00

4 lines
100 B
Mathematica

s string="Hello world!"
w "Original string: ",string,!
w "Substring: ",$extract(string,1,5),!