207208209210211212213214215216217
// erreur de syntaxe. throw new InterpreterException(StdErrors.Syntax_error); } } catch (Exception ex) { interpreter.consumeBreakCode_onLoop(); interpreter.setCanLoop(oldCanLoop); interpreter.setInLoop(oldInLoop); throw ex; } interpreter.consumeBreakCode_onLoop();
212213214215216217218219220221222
interpreter.consumeBreakCode_onLoop(); interpreter.setCanLoop(oldCanLoop); interpreter.setInLoop(oldInLoop); throw ex; } interpreter.consumeBreakCode_onLoop(); interpreter.setCanLoop(oldCanLoop); interpreter.setInLoop(oldInLoop); return xnode; }
211212213214215216217218219220221
216217218219220221222223224225226
7172737475767778798081
} global.pull(); } catch (Exception ex) { interpreter.consumeBreakCode_onLoop(); interpreter.setCanLoop(oldCanLoop); interpreter.setInLoop(oldInLoop); throw ex; } interpreter.consumeBreakCode_onLoop();
7677787980818283848586
204205206207208209210211212213214
209210211212213214215216217218219