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

5 lines
113 B
Plaintext

parameter bool;
storage unit;
return bool;
code {CADR; IF {PUSH bool True} {PUSH bool False}; UNIT; SWAP; PAIR};