RosettaCodeData/Task/Interactive-programming/Maple/interactive-programming.maple

4 lines
54 B
Text
Raw Permalink Normal View History

2014-04-02 16:56:35 +00:00
f := (a,b,c)->cat(a,c,c,b):
f("Rosetta","Code",":");