Element - ¬
- Logical Not
Characters:
¬
Description
Return the inverse (negation) of the truthiness of an item.
Overloads
num
-not a
str
-a != "" | len(a) > 0
lst
-a != [] | len(a) > 0
Examples
0 ¬
=1
`` ¬
=1
⟨⟩ ¬
=1