加算代入
y += x
x : 入力オブジェクト (Scalar, Series, Snapshot)
y : 出力オブジェクト (Scalar, Series, Snapshot)
% y = 10 % y += 3 % y 13