Assigns the result of value % other to the variable.
value % other
void mod(int other) => value = value % other;