RosettaCodeData/Task/Interactive-programming-repl-/Maxima/interactive-programming-repl-.maxima
2023-07-01 13:44:08 -04:00

3 lines
96 B
Text

(%i1) f(a, b, c) := sconcat(a, c, c, b)$
(%i2) f("Rosetta", "Code", ":");
(%o2) "Rosetta::Code"