Assignment

Applies to: general

An assignment stores a value in a name or location. After assignment, later code can read that name and get the stored value.

speed = 3.0
speed = speed + 1.0

See also: variable, statement