What is NOT and OR logical operators?
What is NOT and OR logical operators?
Hi all,
new to deluge. What is this logical example means?
Two Conditions with NOT and OR logical operators?
! (a>1) II (b<10)
How does this differ from OR logical operator
(a>1) II (b<10)
The examples in Zoho Help doc text explanation are the same "implying any one condition needs to be met". Any one help?
https://www.zoho.com/deluge/help/operators/logical-operators.html#Example