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

5 lines
134 B
Plaintext

parameter (or bool string);
return (or string bool);
storage unit;
code {CADR; IF_LEFT {RIGHT string} {LEFT bool}; UNIT; SWAP; PAIR};