Open bobjervis opened 9 years ago
Allow declarations of the form:
int[10] a;
or
int[20, int] b;
Dimensions declared as constant default to the 'normal' type of that constant (int or long as needed). But that dimension is pre-allocated to that size.
Allow declarations of the form:
int[10] a;
or
int[20, int] b;
Dimensions declared as constant default to the 'normal' type of that constant (int or long as needed). But that dimension is pre-allocated to that size.