mumps-demo/02-functions/Extract.m

4 lines
100 B
Mathematica
Raw Permalink Normal View History

2019-09-29 06:01:06 -04:00
s string="Hello world!"
w "Original string: ",string,!
w "Substring: ",$extract(string,1,5),!