RosettaCodeData/Task/Documentation/Mathematica/documentation.math
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07: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