Jump to content

Module:User:Mr. Stradivarius/sandbox2

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mr. Stradivarius (talk | contribs) at 17:02, 31 March 2013 (would help if I make the values strings). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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
}