WMA link
AppendTo
s = {};
AppendTo[s, 1]
s
Append works on expressions with heads other than List:
Append
List
y = f[];
AppendTo[y, x]
y