[Dlang-internal] How about `and` and `or` like in Python?

Murilo murilomiranda92 at hotmail.com
Tue Oct 1 00:47:57 UTC 2019


In Python the && operator is `and` just like the || operator is 
`or`. How about giving D this option? People could choose to use 
either of those forms. I am suggesting you create the `and` and 
`or` keywords to represent && and ||, respectively. That should 
make the code more readable.


More information about the Dlang-internal mailing list