3 lines
80 B
Ada
3 lines
80 B
Ada
|
|
type Vector is array (1..10) of Integer;
|
||
|
|
type Table is array (0..99) of Vector;
|