Open bobjervis opened 9 years ago
Allow declaration of multi-dimensional arrays:
int[int, int] a; // declares a to be a two dimensional array of int's (each index of int type).
Limitations: for now, only scalar-arithmetic dimensions can be declared.
Allow declaration of multi-dimensional arrays:
int[int, int] a; // declares a to be a two dimensional array of int's (each index of int type).
Limitations: for now, only scalar-arithmetic dimensions can be declared.