44454647484950515253
public int exec(Prog p) { // get the handle to the wrapped Label JavaObject wrapper = (JavaObject) getArg(0); // get the Label Label L = (Label) wrapper.toObject(); L.setText(getArg(1).toUnquoted()); return 1; } }