Okay so, when you do `val b = a` the list doesn't ...
# announcements
k
Okay so, when you do
val b = a
the list doesn't get copied - b is just another variable that points to the original list.