4 lines
54 B
Text
4 lines
54 B
Text
|
|
f := (a,b,c)->cat(a,c,c,b):
|
||
|
|
|
||
|
|
f("Rosetta","Code",":");
|