2 Dim. Array

Just wondering, how do you create a 2 dimensioal array, e.g. for controlling a game board.

Like this:

arr = new Array[[1,2,3,4,5,6][1,2,3,4,5,6]] ?

Any tutorial around for such thing ?