join

list1 list2 join list3
Ex.  [1 2] [3 [4 (ab)]] join  [1 2 3 [4 (ab)]]
Note: Join should use for arrays. It works for list too,
      but it does not copy cells. cf. cons
      So, it might generate looped lists or destroy other lists.