}
while((answer = ebr.readLine()) !=null){
report.reportDebugLog(unique, answer);
if(answer.startsWith(syntaxerror)){
throw new SyntaxError(unique, answer, report);
}
if(answer.startsWith(sigverstart) && answer.endsWith(badend)){
errors += (String) answer.subSequence(sigverstart.length(), answer.lastIndexOf(badend)-1);
errors.concat(" ");