ligo/test/contracts/exec_concat.tz

7 lines
158 B
Plaintext

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