ligo/test/contracts/assert_cmpeq.tz

5 lines
115 B
Plaintext
Raw Normal View History

parameter (pair int int);
storage unit;
return unit;
code {CAR; DUP; CAR; DIP{CDR}; ASSERT_CMPEQ; UNIT; DUP; PAIR}