function f1(a: string; b: boolean = true): integer; begin end; function f2(a, b, c);overload; begin end; // var d := 1; // c := false; // f := fa();