Assignment statement

An assignment statement moves a value into the specified target.

An assignment statement consists of a lvalue followed by an equals sign (=) and a expression. After the assignment, the value of the lvalue is changed to the value of the expression.