Hi guys
I am trying to use the expression below in Tact but I get a compile error that says type Bool does not support bitwise operator |
What do you think the problem is?
nativeThrowUnless(103, (self.a > 0) | (self.b > 0));
Nov 26, 2023, 3:09 PM
||
Nov 26, 2023, 3:13 PM