Logical operators
Operator | Description |
---|---|
== | Equality |
> | Greater than |
< | Less than |
>= |
Greater than or equal to |
<= | Less than or equal to |
<> | Not equal to |
#And# | Both parts true |
#Or# | Either part true |