\b;Instrução \c;eof\n;
Testa a condição de fim do arquivo em um arquivo aberto. É um método da classe \c;\l;file\u cbot\file;\n;; sendo assim, você não pode escrever \c;eof()\n; mas somente \c;handle.eof()\n;:
\c;
\s;	if ( handle.eof() )
\n;
Exemplo:
\c;
\s;	while ( not handle.eof() )
\s;	{
\s;		s = handle.readln();
\s;	}
\n;
\t;Veja também
\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; e \c;\l;writeln\u cbot\writeln;\n;.
\l;Programação\u cbot;, \l;tipos\u cbot\type; e \l;categorias\u cbot\category;.
