We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.