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 / print < prev    next >
Encoding:
Text File  |  1997-04-23  |  389 b   |  19 lines

  1.     
  2.     _P_r_i_n_t _V_a_l_u_e_s
  3.     
  4.          print(x, ...)
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          print prints its argument.  It is implemented as a gen-
  9.          eric function which means that new printing methods can
  10.          be easily added for new classes.
  11.     
  12.          The default version of print is described in
  13.          print.default.
  14.     
  15.     _S_e_e _A_l_s_o:
  16.     
  17.          print.default.
  18.     
  19.