var f : array of integer := (2,3,4,5); f2 : array of integer := (f); const a : array of integer = (2,3,4); b : array of integer = (a); begin end.