handle
This returns true if the end of the file has been reached, and false otherwise. It is always false after fseek.
lines = []; while (!eof(h)) { push(lines,get(h)); }