<variable> := <expression>
Assignment is used to set a variable to a value. The variable to be set is on the left hand side, the value to set it to is on the right hand side.
Assignment is performed using the := operator which is called the See "Assignment Operator". Note the colon proceeding the equal sign - it should not be confused with a = operator used to compare values (Refer See "Relational Operators")