function x=f(a,b,sep) x = [a,sep,b]; return; end; f('Rosetta', 'Code', ':')