home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / nargs < prev    next >
Encoding:
Text File  |  1997-04-23  |  272 b   |  11 lines

  1.     
  2.     _T_h_e _N_u_m_b_e_r _o_f _A_r_g_u_m_e_n_t_s _t_o _a _F_u_n_c_t_i_o_n
  3.     
  4.          nargs()
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          When used inside a function body, nargs returns the
  9.          number of arguments supplied to that function.
  10.     
  11.