eof(n) Tcl Built-In Commands eof(n)_________________________________________________________________NAMEeof - Check for end of file condition on channel
SYNOPSISeof channelId
_________________________________________________________________DESCRIPTION
Returns 1 if an end of file condition occurred during the
most recent input operation on channelId (such as gets), 0
otherwise.
KEYWORDS
channel, end of file
Tcl 7.5 1