and concat combines to arrays so e.g. [0, 1].conca...
# suitescript
f
and concat combines to arrays so e.g. [0, 1].concat([2, 3]) returns [0, 1, 2, 3]