"The following operators are provided by loop:" +, -, /, *, %, >, <, >=, <=, ==, not, and, or. But I can't find the assignment operator = in this.Documentation reads "no loop operator ever mutates its operands. It simply reads and combines them to produce a third, resultant value. (the assign operator is an exception, but we'll deal with that later)."
Can you please throw more light on the issue ?