ligo/test/contracts/and.tz
2017-07-24 20:29:12 +02:00

6 lines
124 B
Plaintext

parameter (pair bool bool);
return bool;
storage unit;
code {DUP; CADR; CAR; SWAP; CADR; CDR; AND;
UNIT; SWAP; PAIR};