Mathematics' logical conditions
Here's a list of every logical condition from mathematics that JM- supports.
Less than:
a < bLess than or equal to:
a <= bGreater than:
a > bGreater than or equal to:
a >= bEqual to
a == bNot Equal to:
a != b
Last updated
Was this helpful?