5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
contract ComplexCompare =
|
|
|
|
entrypoint test(x : int) =
|
|
(1, 2) =< (x, x + 1)
|