Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Closed
Description
Documentation
x or y
isdocumented as:
if x is false, then y, else x
That looks unnatural/backwards/negated to me. It's not how I think of it. I suggest:
if x is true, then x, else y