ligo/src/bin_client/test/contracts/concat_hello.tz

5 lines
154 B
Plaintext
Raw Normal View History

2017-07-24 15:06:56 +02:00
parameter (list string);
storage (list string);
code{ CAR; LAMBDA string string { PUSH @hello string "Hello "; CONCAT };
MAP; NIL operation; PAIR};