+ 1
That code doesn't work. Significant information as the type of a is missing (or is it intended to be a literal?) and the name of the variable on the left side of the =.
Nevertheless, on the first line the value of a will be copied into the variable on the left. In the second line it's the address where a is stored in memory that is copied into the variable on the left side.