func x() var z:=3; (* field feld not defined *) z.feld:=x(4,5,a); (* syntax error *) return z+z*z; end;