34,333
edits
Changes
→Assignment Operators
<td>x %= y<td>x = x % y</td>
</table>
These combined operators essentially provide a short way of assigning the results of arithmetic expressesions between two variables or a variable and a value and having the result assigned to the first variable.