===== Eof =====

==== Format ====

eof\\
eof()\\
eof(//filenumber//)

==== Description ====

Returns a binary flag (true/false) that will signal if we have read to the End Of File (EOF). If file number is not specified then file number zero (0) will be used.

==== See Also ====

[[close|Close]], [[exists|Exists]], [[open|Open]], [[read|Read]], [[readline|Readline]], [[reset|Reset]], [[seek|Seek]], [[size|Size]], [[write|Write]], [[writeline|Writeline]]

==== New To Version ==== 

0.9.4

