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

6 lines
164 B
Plaintext
Raw Normal View History

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