<img width="442" height="291" alt="Image" src="https://github.com/user-attachments/assets/799d506a-d2a4-4ad7-a325-57e26213718a" /> this is a similar issue as with `or` as mentioned in https://github.com/rgthree/rgthree-comfy/pull/601 > A binary operator evaluation thing. Was fine for boolean conditionals (`if 3 or 4`) but when `or` was used to mean _this or **that** if not this_, not so much.
this is a similar issue as with
oras mentioned in #601