WMA link
Listable
SetAttributes[f, Listable]
f[{1, 2, 3}, {4, 5, 6}]
f[{1, 2, 3}, 4]
{{1, 2}, {3, 4}} + {5, 6}