RosettaCodeData/Task/Interactive-programming/Maxima/interactive-programming.maxima

4 lines
96 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
(%i1) f(a, b, c) := sconcat(a, c, c, b)$
(%i2) f("Rosetta", "Code", ":");
(%o2) "Rosetta::Code"