Y
Size: a a a
Y
AK
Y
AK
Y
Y
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls;
type
{ TForm1 }
TForm1 = class(TForm)
Button1: TButton;
procedure Button1Click(Sender: TObject);
private
public
end;
var
Form1: TForm1;
implementation
{$R *.lfm}
{ TForm1 }
procedure TForm1.Button1Click(Sender: TObject);
var
MyArr: TIntegerArray;
begin
end;
end.
AK
Y
Y
AK
AK
Y
Y
AK
AK
Y
Simple Program
.AK
AK
Y
AK