pul.onRelease = function() {
uno=Number (a.text);
due=Number(b.text);
finale=uno+due;
c.text=finale;
};