ligo/test/contracts/if_some.tz

5 lines
115 B
Plaintext
Raw Normal View History

parameter (option string);
return string;
storage unit;
code { CAR; IF_SOME {} {PUSH string ""}; UNIT; SWAP; PAIR}