Assignment operations
Keywords:  assignment operation
Assignment operations assign the right operand to the left operand. There are two ways of assignments:
'=' - assignment by value
'&=' - assignment by reference
 
    
Assignment operations assign the right operand to the left operand. There are two ways of assignments:
'=' - assignment by value
'&=' - assignment by reference