\b;Příkaz \c;eof\n;
Kontrola, jestli je kurzor na konci otevřeného souboru. Toto je metoda třídy \c;\l;file\u cbot\file;\n;, takže nemůžete napsat jen samotné \c;eof()\n;, ale vždy \c;handle.eof()\n;:
\c;
\s;	if ( handle.eof() )  
\n;
Příklad:
\c;
\s;	while ( not handle.eof() )
\s;	{
\s;		s = handle.readln();
\s;	}
\n;
\t;Užitečné odkazy
\c;\l;file\u cbot\file;\n;, \c;\l;open\u cbot\open;\n;, \c;\l;close\u cbot\close;\n;, \c;\l;readln\u cbot\readln;\n; a \c;\l;writeln\u cbot\writeln;\n;.
\l;Programování\u cbot;, \l;datové typy\u cbot\type; a \l;kategorie\u cbot\category;.
