ligo/src/proto_alpha/lib_protocol/test/contracts/or.tz

6 lines
116 B
Plaintext
Raw Normal View History

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