Constrained arrays in DAP FORTRAN
First one or two extents could be omitted:
DIMENSION A(), BB(,)
INTEGER II(,)
REAL AA(,3), BBB(,,5)
AA an array of vectors. BBB an array of matrices.
Extents of constrained dimensions 64 again (vectors of 4096 also possible).