eof(n) Tcl Built-In Commands eof(n) _________________________________________________________________ NAME eof - Check for end of file condition on channel SYNOPSIS eof _c_h_a_n_n_e_l_I_d _________________________________________________________________ DESCRIPTION Returns 1 if an end of file condition occurred during the most recent input operation on _c_h_a_n_n_e_l_I_d (such as gets), 0 otherwise. KEYWORDS channel, end of file Tcl Last change: 7.5 1