6 lines
116 B
Plaintext
Raw Normal View History

2017-07-24 15:06:56 +02:00
parameter (pair bool bool);
return bool;
storage unit;
code {CAR; DUP; CAR; SWAP; CDR; OR;
2017-07-24 15:06:56 +02:00
UNIT; SWAP; PAIR};