method f(a b c) return (a*5) - (b*c) - this; end; /*verschachtelte mult*/ method g(a b c d) return ((a * (b * (c * (-4)))) - d); end;