

_C_a_l_l _a ``_P_r_i_m_i_t_i_v_e'' _I_n_t_e_r_n_a_l _F_u_n_c_t_i_o_n

     --no real usage--

_A_r_g_u_m_e_n_t_s:

    name: name of the R function.

_D_e_s_c_r_i_p_t_i_o_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_e_e _A_l_s_o:

     `.Internal'.

_E_x_a_m_p_l_e_s:

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

