List

{e1, e2, ...} groups expressions together.

Attributes[List] := {Locked, Protected}

Simple examples

In[1]:= {1, 2, a}
Out[1]= {1, 2, a}