ligo/src/bin_client/test/contracts/concat_hello.tz
2018-02-05 23:34:05 +01:00

6 lines
164 B
Plaintext

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