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

5 lines
147 B
Plaintext

parameter string;
return string;
storage unit;
code {CADR; LAMBDA string string {PUSH string "_abc"; SWAP; CONCAT}; SWAP; EXEC; UNIT; SWAP; PAIR};