Using Director > Writing Scripts with Lingo > Using operators to manipulate values > Comparison operators |
![]() ![]() ![]() |
Comparison operators
Comparison operators compare two values and determine whether the comparison is true or false. These are the comparison operators available in Lingo:
Operator |
Meaning |
Precedence |
---|---|---|
< |
Is less than |
1 |
<= |
Is less than or equal to |
1 |
<> |
Is not equal to |
1 |
> |
Is greater than |
1 |
>= |
Is greater than or equal to |
1 |
= |
Equals |
1 |
![]() ![]() ![]() |