3 lines
64 B
Mathematica
3 lines
64 B
Mathematica
|
|
s=strsplit('Hello,How,Are,You,Today',',')
|
||
|
|
fprintf(1,'%s.',s{:})
|