1 2 3 4 5 6 7
package Array29 is type Matrix is array (Integer range <>, Integer range <>) of Long_Float; procedure Proc; end Array29;