Verse Array

How about a multidimensional array? I can’t figure out the right syntax for it, any suggestions?

var MyArray : [][]int = array {}
for(Row := 0..9):
	for (Column := 0..9)
		if(set MyArray[Row][Column] += array{GetRandomInt(0, 100)}){}