5 type Arr
is array (1 .. size
) of Integer;
8 Field1
: Arr
:= (others => 0);
9 Field2
: Arr
:= (others => 0);
10 Field3
: Arr
:= (others => 0);
11 Field4
: Arr
:= (others => 0);
12 Field5
: Arr
:= (others => 0);
13 Field6
: Arr
:= (others => 0);
14 Field7
: Arr
:= (others => 0);