Definitions for "Two-dimensional array"
Keywords:  array, dimensional, nested, lists, item
A nested array of arrays. You can create a g2-array or an item-array, whose elements consist of arrays.
a list of lists
an array made of two lists of items of the same data type
A group of element of the same type, organized in table format. Elements can be accessed by giving the subscripts of both the row and column.
a group of related variables