ObjectPath icon indicating copy to clipboard operation
ObjectPath copied to clipboard

Rethink the way ObjectPath **and** operator works

Open adriank opened this issue 7 years ago • 0 comments

>>> 3 and 4 => 4 >>> {"name": 1} and {"name": 2} => {"name": 2}

Operator and should work according to what's in the reference manual:

Negative are: false, null, 0, "", [], {}. Any other value is positive.

adriank avatar Dec 04 '18 00:12 adriank