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

5 lines
150 B
Plaintext

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