Documentation for this module may be created at Module:V1/x/doc
local p = {} local default = { 1, 2, 3 } p = { { 4, 5, 6 }, default } return p