It would be cool to have a modulo operator in Reason.
I think this would be a good first task for someone looking to learn more about how Reason works. :) (could even be me if no one else gets to it!)
Oh, this does exist! It's an infix operator (i.e. 7 mod 3) and isn't documented on the website. I'll create a PR to add it there and close this one.
Most helpful comment
Oh, this does exist! It's an infix operator (i.e.
7 mod 3) and isn't documented on the website. I'll create a PR to add it there and close this one.