Just a note that if a specific operator for Euclidean modulo was added, it needs to have an accompanying division operator. It was pointed out that %%
wasn’t the best choice because //
could not be used as the corresponding division operator. Some other variation on %
would be reasonable, though.
1 Like