Some logical operators missing in docs

On the pages describing logical operators such as

there appears to be no discussion at all about the | and & operators. Only the double || and && seem to be mentioned.

The difference is very important, since the single operators do not exit early and so side effects are guaranteed to be performed on each term.

They are Bitwise operators. Might be worth mentioning about & and | there?

1 Like

We had someone elese report this in a sprint issue recently, so this is already on our radar. Thanks!