Assignment statement
a7
Gives a value to a variable
Syntax
<variable name> = <value>;
Semantics
Calculate right side, store in variable on left
Variable must be already declared
Right side
number
variable
expression
a + 4