What you are saying is the only way I can imagine to interpret what I wrote, if one assumes I was intending to make any sense.
By the way, in Python, bool is a subtype of int (i.e., instanceof(True,int) == True), and True + True == 2. C is the same, and in Javascript booleans are converted to integers for arithmetic operations.
> What you are saying is the only way I can imagine to interpret what I wrote
One might imagine it (without experience, or not thinking, of any particular programming language) as being a logical OR on Booleans - which in EE at least is frequently written '+'.