Массивы FIXME

var
    A: array[1..5] of integer := (2, 4, 6, 8, 10);
    A := array[1..10] of integer;