multi dimensional lists

Is it possible to make a multi dimensional list like it is with arrays (a list within a list)? For example, is this following list legal?

myList = {stuff1 = {stuff1A = true, stuff1B = false}, stuff2 = math.pi}

*The variables and names have no purpose, I am just interested in the concept of multi dimensional lists

nvm. I had a mistake somewhere else in the program that prevented the list I made from working.

Hello @edat44. You say never mind, but if you are still interested see this part of Programming in Lua.