Get whether the file position is at the end of the file
None.
import "file" fh = file.open("data.txt", "r") while not fh.atEnd print fh.readLine end while fh.close
There was an error while loading. Please reload this page.