next up previous
: laplace0 : Macro Operators : isUniversalNumber

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.



Nobuki Takayama 平成20年1月30日