Join Slack
Powered by
`a += b` should imho always be the same as `a = a ...
# announcements
k
karelpeeters
08/07/2017, 5:23 PM
a += b
should imho always be the same as
a = a + b
.
Open in Slack
Previous
Next