Ordering (<, <=, > , >=)
Airscript supports the following ordering operators: greater than (>), greater than or equal (>=), less than (<), less than or equal (<=). The ordering operators can be used with Numbers and Strings. For numbers these operators compare the magnitude of the number. Consider the following examples:
The ordering operators compare Strings lexicographically, consider the following examples:
Comparing the order between two complex objects will always return FALSE.
Last updated