fn counter(inc:float){ inc+self } fn dsp(){ counter(1.0) }