4950515253545556575859
final OCommandScript script = new OCommandScript(language, code.toString()); script.getContext().setParent(iContext); iContext.setVariable("block", this); return script.execute(); } @Override public String getName() { return NAME;