ligo/test/contracts/and.tz
2017-11-03 15:51:11 +01:00

5 lines
153 B
Plaintext

parameter (pair (bool @first) (bool @second));
return bool;
storage unit;
code { CAR @param; DUP; CAR @first; DIP{CDR @second}; AND; UNIT; SWAP; PAIR };