lineno++;
if (cx.stringIsCompilableUnit(source))
break;
}
try {
Resource res = new StringResource("<stdin>", source, lineno);
ReloadableScript script = new ReloadableScript(res, engine);
worker.evaluateScript(cx, script, scope);
lineno++;
} catch (Exception ex) {
RingoRunner.reportError(ex, System.err, worker.getErrors(),