ligo/src/proto_alpha/lib_protocol/test/contracts/exec_concat.tz

7 lines
158 B
Plaintext
Raw Normal View History

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