Condition Operations
Certain conditions can use operations to compare two values.
Text | Symbol |
---|---|
Greater than | > |
Greater than or equal to | >=, => |
Less than | < |
Less than or equal to | <=, =< |
Equal | =, == |
Last modified 2mo ago
Text | Symbol |
---|---|
Greater than | > |
Greater than or equal to | >=, => |
Less than | < |
Less than or equal to | <=, =< |
Equal | =, == |