

   CCaallll aa ````PPrriimmiittiivvee'''' IInntteerrnnaall FFuunnccttiioonn

        --no real usage--

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

       name: name of the R function.

   DDeessccrriippttiioonn::

        `.Primitive' is not a real R object, but rather the
        result of a syntactically pleasing print method for so
        called ``primitive'' internal R functions.

        The advantage of `.Primitive' over `.Internal' func-
        tions is the potential efficiency of argument passing.

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

        `.Internal'.

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

        c
        .Internal # this one *must* be primitive!
        get("if") # just `if' or `print(if)' are not syntactically ok.

