function gety(x) y = sin(x/100)*100 if y == nil then x = x + 1 y = sin(x/100)*100 end return y end functionchar = 'y = sin(x/100)*100'              