list concatenation
lc = lstcat(l1, ..., ln)
a list or any other type of variable
a list
lc = lstcat(l1, ..., ln) concatenates components of li lists in a
single list lc. If the li are other type of variables they are simply
added to the resulting list.