21.11.2014, 11:51
Quote:
Wrong, it's possible.
Here there are 3 dimensions in this array : pawn Код:
|
Looks like you don't know what multidimensional array is.
Array[] -> single dimension
Array[][]...[] -> multidimensional
Inside enum you can have single dimension array (Array[]), Array[][] is not acceptable