iadd from operator Python module
Description
https://docs.python.org/3/library/operator.html#in-place-operators
Usage
iadd(a, b)
Arguments
a
|
a |
b
|
b |
Value
A Python object.
Examples
library("xlcharts")
a <- "hello"
iadd(a = a, b = " world")