This function will return TRUE if the End Of File has been reached for the named FILENUMBER stream. The file must have been opened with the OPEN command.
Program Example.
00100 IF NOT(EOF(6)) THEN PRINT "GREAT"
See also OPEN, CLOSE.