ligo/test/contracts/and.tz

5 lines
110 B
Plaintext
Raw Normal View History

2017-07-24 17:06:56 +04:00
parameter (pair bool bool);
return bool;
storage unit;
code {CAR; DUP; CAR; DIP{CDR}; AND; UNIT; SWAP; PAIR};