newfunction:= function(t) local x; x:= t^3 + 3 - 2*t; return x; end;