Review Assignment Stmt
Closed this issue · 0 comments
rbonifacio commented
Currently, we have two kinds of assignments: Assignment and EAssignment. The former deals with the situations in which we assign an expression to a variable. The second form (EAssignment) deals with situations in which we assign an expression to a position of an array or to a field of a record.
It does not make sense to keep both alternatives.