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