ligo/test/contracts/swap_left_right.tz

5 lines
133 B
Plaintext

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