Closed
Description
Documentation
x or y
is documented 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
x or y
is documented 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