home *** CD-ROM | disk | FTP | other *** search
-
- _P_r_i_n_t _V_a_l_u_e_s
-
- print(x, ...)
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- print prints its argument. It is implemented as a gen-
- eric function which means that new printing methods can
- be easily added for new classes.
-
- The default version of print is described in
- print.default.
-
- _S_e_e _A_l_s_o:
-
- print.default.
-
-