151617181920212223
Thread.sleep(1000); XLList a = new XLList(); a.add(4); a.add(4.5); XLoper res = rep.execute(null, "Script.sum", a.toArray()); System.out.println(res); } }