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 16:58, 31 March 2013 (test returning table of tables). 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 {
    first = first,
    second = second,
    third = third
}