local table = { myFirstValue = "helloWorld", mySecondValue = "hi" } assert(table.myFirstValue == "helloWorld") assert(table["mySecondValue"] == "hi")