Boolean Operators

These operators can be used only in the first condition of an @if statement:

OperationDescription

>

Greater than

<

Less than

>=

Greater than or equal to

<=

Less than or equal to

=

Equal

< >

Not equal

#AND#

Bitwise and

#OR#

Bitwise or