append
builtin-function
(append &rest seqs)
Concatenates sequences into a new lazy sequence.
make-html > (append '(1 2 3) '(4 5)) it: (1 2 3 4 5)