	
	_B_u_i_l_t-_i_n _C_o_n_s_t_a_n_t_s
	
	     LETTERS
	     letters
	     month.abb
	     month.name
	     pi
	
	_D_e_s_c_r_i_p_t_i_o_n:
	
	     R has a limited number of built-in constants.  (there
	     is also a rather larger library of data sets which can
	     be loaded with the function data).
	
	     The following constants are available:
	
	LETTERS : The 26 letters of the Roman alphabet in upper
	          case.
	
	letters : The 26 letters of the Roman alphabet in lower
	          case.
	
	month.abb : The three-letter abbreviations for the English
	          month-names.
	
	month.name : The English names for the months of the year.
	
	     pi : The ratio of the circumference of a circle to its
	          diameter.
	
	_S_e_e _A_l_s_o:
	
	     data.
	
