Numerical Comparison Operators of Oxide
Greater than, greater than or equal to, less than, less than or equal to, equal to.
Examples:
6 > 9
8 >= 8
7 < 6
2 <= 10
3 == 5
Greater than, greater than or equal to, less than, less than or equal to, equal to.
Examples:
6 > 9
8 >= 8
7 < 6
2 <= 10
3 == 5