Here's a list of every logical condition from mathematics that JM- supports.
Less than: a < b
a < b
Less than or equal to: a <= b
a <= b
Greater than: a > b
a > b
Greater than or equal to: a >= b
a >= b
Equal to a == b
a == b
Not Equal to: a != b
a != b
Last updated 1 year ago