Most binary operators have an associated augmented assignment operator that modifies the given object using the corresponding binary operator. Essentially, x OP= y is equivalent to x = x OP y.
|
|
|
|
|
The following augmented assignment operators are supported.
|
|
The source of this document is in Macaulay2Doc/operators/augmented_assignment.m2:24:0.