RosettaCodeData/Task/Interactive-programming-repl-/Mathematica/interactive-programming-repl--2.math

5 lines
73 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
f[x_,y_,z_]:=Print[x,z,z,y]
->""
f["Rosetta","Code",":"]
->Rosetta::Code