I wanted to make a 2 dimensional array for a tic-tac-toe game. In basic, S(0,0) would hold the status of that square, 0 if clear, 1 if x, and 2 if y. What is involved in creating that type of array?