How to display two dimensional array in UNIX

Hi all,

Please help me out how to read and display two dimensional array elements in unix.

EX: 1 2
3 4

I don't think there are shells that provide 2-dimensional arrays. They can only be simulated using methods of encoding...