Logical functions
All of the logical functions return a boolean type. These functions allow various conditions to be tested. Types have order of precedence. When comparing values of different types, they are ranked in the following order, from greatest to least. For example, a double is sorted before an integer because of its type.
-
Nulls
-
Doubles
-
Booleans
-
Dates
-
Times
-
Refs
-
Objects
-
Arrays
-
Strings
-
Integers
|