RosettaCodeData/Task/Interactive-programming-repl-/Mathematica/interactive-programming-repl--2.math
2023-07-01 13:44:08 -04:00

4 lines
73 B
Text

f[x_,y_,z_]:=Print[x,z,z,y]
->""
f["Rosetta","Code",":"]
->Rosetta::Code