WMA link
Append
Append[{1, 2, 3}, 4]
Append works on expressions with heads other than List:
List
Append[f[a, b], c]
Unlike Join, Append does not flatten lists in item:
Join
Append[{a, b}, {c, d}]