`a += b` should imho always be the same as `a = a ...
# announcements
k
a += b
should imho always be the same as
a = a + b
.