ligo/test/contracts/exec_concat.tz

5 lines
147 B
Plaintext
Raw Normal View History

2017-07-24 17:06:56 +04:00
parameter string;
return string;
storage unit;
code {CADR; LAMBDA string string {PUSH string "_abc"; SWAP; CONCAT}; SWAP; EXEC; UNIT; SWAP; PAIR};