RosettaCodeData/Task/Documentation/Mathematica/documentation.math

6 lines
144 B
Plaintext

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