conjunctiveOperators
Operations which only execute the rhs of a binary operation if the lhs is true
. Typically, these are &&
, and
or ^
Operations which only execute the rhs of a binary operation if the lhs is true
. Typically, these are &&
, and
or ^