You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`<`|`1 < 2`| If the left side is less than the right side. |
58
+
|`>`|`1 > 2`| If the left side is greater than the right side. |
59
+
|`<=`|`1 <= 2`| If the left side is less than or equal to the right side. |
60
+
|`>=`|`1 >= 2`| If the left side is greater than or equal to the right side. |
61
+
62
+
:::note
63
+
The comparison operators can also be used with `Bytes` values, and the special byte-specific `>s` operator is used to implement this in [CLVM](https://chialisp.com/operators/#comparison).
0 commit comments