RosettaCodeData/Task/Interactive-programming-repl-/Mathematica/interactive-programming-rep...

5 lines
73 B
Plaintext

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