(quote |,List,List)
v|w
-- join two lists.
i1 : {1,2,3}|{4,5,6}
o1 = {1, 2, 3, 4, 5, 6}
o1 : List
See also
|
.