Multidimensional arrays are basically arrays containing others arrays as elements.
It is represented like [sizeDim1][sizeDim2]..[sizeLastDim]type, replacing sizeDim by numbers corresponding to the length of the dimention, and type by the type of data in the multidimensional array.
For example, [2]...