Glossary

`Eof(F)`

returns `True` when the file position is at the end of the file - **`Eoln(F)`** — returns `True` when the file position is at the end of the current line

Learn More

Related Terms