	
	_V_e_c_t_o_r _M_e_r_g_i_n_g
	
	     append(x, values, after=length(x))
	
	_A_r_g_u_m_e_n_t_s:
	
	           x : the vector to be modified.
	
	      values : to be included in the modified vector.
	
	       after : a subscript, after which the values are to be
	               appended.
	
	_V_a_l_u_e:
	
	     The modified vector.
	
