Do all parameters have to be used within a function?

OR is operand based as is AND. The operands are returned (the yield), not a boolean. We have to build that logic, or extract booleans some other way.

Ooooh, okay. I see, it evaluates to either a “0” or “1” and nothing else. I was so focused on “Truth Tables” that I went to the next step to express the yield into either a “True” value or “False” value. Thanks for the clarity on this matter!

1 Like