Closed ghost closed 8 years ago
In number 12 it says: Assignment: foo = bar, assigns the value of the lhs to the rhs. It should actually be: Assignment: foo = bar, assigns the value of the rhs to the lhs.
Duplicate of #6. Thanks though!
In number 12 it says: Assignment: foo = bar, assigns the value of the lhs to the rhs. It should actually be: Assignment: foo = bar, assigns the value of the rhs to the lhs.