Null && Null == True?

Null values into And component produce True.

Is this problem related in some way to the Null & Empty Branches and basic arithmetic functions?

running grasshopper 1.0007

Thanks!

NullNull-True.gh (5.4 KB)

Hmm, I think it should output null if all inputs are null. If there’s some non-null inputs then the output should only look at those. Logged under RH-47300.

That would be the behavior of “Or” operator. “And” should give “null” even if only one of A and B is “null”.
“Or” operator is bugged too, it return “false”.