file.end

Syntax

b = file.end(<f>)

Get the end of file status.

This returns true if the file position indicator has reach at or past the end of the file.

Returns:b - true if the end of the file has been reached. false otherwise.
Arguments:f - A pointer to the file indicated, or the last file opened if not provided.