https://docs.python.org/3/library/operator.html#in-place-operators
iadd(a, b)
a
b
A Python object.
## Not run: a <- "hello" iadd(a = a, b = " world") ## End(Not run)