Usage:
x = y
Assigns the value of y to the variable x. These can be chained together:
x = y = z
Which results in x, y and z containing the same value.
x = y
Assigns the value of y to the variable x. These can be chained together:
x = y = z
Which results in x, y and z containing the same value.