local first = {a, b, c, d} local second = {e, f, g, h} local third = {i, j, k, l} return { first = first, second = second, third = third }