a = expr;

Assignment operator. Used to create or update the value of variable a. Variable a can change type dynamically according of the type of expr.


Example


a = 3*5

a = 3*(3+2i)