ligo/test/contracts/if.tz

5 lines
112 B
Plaintext

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