5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
contract ComplexCompare =
|
|
|
|
entrypoint test(x : string * int) =
|
|
("foo", 1) != x
|