So my question will be split into things like
IF A=1 AND B<6
OR B<6 AND A=2
I want to make it such way, than if A=2, then it would not care about whenever B is less than 6 or not.
So my question will be split into things like
IF A=1 AND B<6
OR B<6 AND A=2
I want to make it such way, than if A=2, then it would not care about whenever B is less than 6 or not.
Bookmarks