5 lines
120 B
Plaintext
Raw Normal View History

2017-08-16 14:26:45 +02:00
parameter (list string);
return (list string);
storage unit;
code {CAR; LAMBDA string string {}; MAP; UNIT; SWAP; PAIR}