7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
parameter (list string);
|
|
return string;
|
|
storage unit;
|
|
code { CAR; PUSH string ""; SWAP;
|
|
ITER { CONCAT };
|
|
UNIT; SWAP; PAIR}
|