code f -- prints out the source code of the function f.
code(f,X) -- prints out the source code of the particular
method that would be applied if f were applied to an argument of
class X.
code(f,X,Y) -- prints out the source code of the particular
method that would be applied if f were applied to arguments of
classes X and Y.
code(f,X,Y,Z) -- prints out the source code of the
particular method that would be applied if f were applied to
arguments of classes X, Y, and Z.
code {v,w,...} -- prints out the source code for each
of the items listed.
i1 : code methods use |
See also:
Ways to use code :