1 if any data remains between
the current read position and the end of the character input stream
name, and no option or option
Normal is specified.
It returns 0 if no data remains.
As such, LINES reports whether a read action that
CHARIN or
LINEIN
performs will succeed.
Option Normal is the default.
Count is specified, LINES returns the actual number
of lines remaining in the stream, irrespective of how long this operation takes.
LINES(myfile) --> 0 /* at end of the file */
LINES() --> 1 /* data remains in the */
/* default input stream */
/* STDIN: */