

   AArrgguummeenntt LLiisstt ooff aa FFuunnccttiioonn

        args(fun)

   AArrgguummeennttss::

        fun: an interpreted function.  If `fun' is a character
             string then the function with that name is found
             and used.

   VVaalluuee::

        A function with identical formal argument list but an
        empty body.  This function is mainly used interac-
        tively.  For programming, use `formals' instead.

   SSeeee AAllssoo::

        `formals', `help'.

   EExxaammpplleess::

        args(args) #-> NULL (args is a 'primitive' function).
        args(plot.default)

