ligo/test/contracts/concat_hello.tz

6 lines
153 B
Plaintext

parameter (list string);
return (list string);
storage unit;
code{CAR; LAMBDA string string {PUSH string "Hello "; CONCAT};
MAP; UNIT; SWAP; PAIR};