DocumentationMathematicaBuilt-in FunctionsProgrammingAssignments
TimesBy
x *= c multiplies x by c and returns the new value of x.
TimesBy has the attribute HoldFirst. x *= c is equivalent to x = x*c. See Section 2.5.4. See also: DivideBy, AddTo, Set. New in Version 1.
Further Examples