RosettaCodeData/Task/Documentation/Mathematica/documentation.math
2023-07-01 13:44:08 -04:00

5 lines
144 B
Text

f[x_,y_] := x + y (* Function comment : adds two numbers *)
f::usage = "f[x,y] gives the sum of x and y"
?f
-> f[x,y] gives the sum of x and y