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

4 lines
96 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(%i1) f(a, b, c) := sconcat(a, c, c, b)$
(%i2) f("Rosetta", "Code", ":");
(%o2) "Rosetta::Code"