Merge

Hi there

How can I merge three or more arrays into one?

Something like this?


array0 = array1.concat(array2,array3,array4)

Thanks