Built-In Rules
Number
built-in rules for Number
Equal
Equal
is a type that signifies the target is equal to a certain number.
Less
Less
is a type that signifies the target is less than a certain number.
Greater
Greater
is a type that signifies the target is greater than a certain number.
MinMax
MinMax
is a type that signifies the target exists between a certain number and another number.
Even
Even
is a type that signifies the target is an even number.
Odd
Odd
is a type that signifies the target is an odd number.
LessEqual
COMING SOON…
GreaterEqual
COMING SOON…