Код:
type
TForm1 = class(TForm)
Button1: TButton;
procedure Button1Click(Sender: TObject);
TNmb = record;
Value : Integer;
Count : Integer;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
A : Array Of TNmb;
N, I, J : Integer;
F : Boolean;
AA : TNmb;
пишет
Error:
Expected ':' but '=' found
Подскажите плз в чём ошибка