Glossary

`Eof`

End-of-file. A Boolean function that returns `True` when the file pointer is past the last element. Used to control loops that read all data from a file. (Ch. 13)

Learn More

Related Terms