Assignment statement a3
Gives a value to a variable
Syntax
    <variable name> = <value>;
Semantics
    Calculate right side, store in variable on left