Compilable comp = (Compilable)eng; CompiledScript script = comp.compile(src); for (int i=0; i<5; i++) { System.out.println("executing " + i); script.eval(); }
Comments
Add Comment