МС
Size: a a a
МС
VA
z
z
МС
z
VA
МС
z
МС
z
МС
z
МС
МС
z
unit Unit1;
interface
type
tb=record
fa:integer;
end;
var
b:tb;
implementation
initialization
b.fa:=-1;
writeln(b.fa)
end.
z
МС
AI
unit Unit1;
interface
type
tb=record
fa:integer;
end;
var
b:tb;
implementation
initialization
b.fa:=-1;
writeln(b.fa)
end.