RosettaCodeData/Task/Interactive-programming/MATLAB/interactive-programming.m

2 lines
56 B
Mathematica
Raw Normal View History

2015-11-18 06:14:39 +00:00
>> f = @(str1, str2, delim) [str1, delim, delim, str2];