--- lam.util local util = {} local unpack = table.unpack or unpack function util.pop (tbl) return table.remove(tbl, 1) end --- return util