ligo/test/contracts/list_iter2.tz

7 lines
137 B
Plaintext
Raw Normal View History

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