Concat

Name

Concat -- Concatenates two lists

Synopsis

Concat[x->NLIST(T), y->NLIST(T)] =: LIST(T) 

Description

Concat returns the concatenation of the lists x and y.

Short form

x & y