	
	_C_a_l_l _a_n _I_n_t_e_r_n_a_l _F_u_n_c_t_i_o_n
	
	     .Internal(call)
	
	_D_e_s_c_r_i_p_t_i_o_n:
	
	     .Internal performs a call to an internal function.
	     Only true R wizards should even consider using this
	     function.
	
	_E_x_a_m_p_l_e_s:
	
	     # evaluate environment and see that it uses .Internal
	     > environment
	     function (fun = NULL)
	     .Internal(environment(fun))
	
