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 /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/Macaulay2Doc/operators/augmented_assignment.m2:24:0.