ligo/test/contracts/swap_left_right.tz

5 lines
133 B
Plaintext
Raw Normal View History

2017-07-24 17:06:56 +04:00
parameter (or bool string);
return (or string bool);
storage unit;
code {CAR; IF_LEFT {RIGHT string} {LEFT bool}; UNIT; SWAP; PAIR};