h1. Multidimensional arrays */marray -a [N..] * add item */marray -e [N..] * edit item */marray -i [N..] * insert item */marray -d [N..] * delete item */marray -f * delete/free table *$marray(name, N, [N..])* gets the Nth item in a table, subsequent N parameters gets the Nth item from a sub table, infinite sub depth. *Switches* .item - Get item. .value - Get item value. .type - Get item type. (0 = text, 1 = number, 2 = bool, 3 = bvar, 4 = sub table) .json - TODO, generate a json table from all items in the table and all sub tables' .ini - ?