ligo/test/contracts/exec_concat.tz

7 lines
158 B
Plaintext
Raw Normal View History

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