-- @idea add list lua api
-- pop({list})
local list = {}


function list.pop(l)
    
end


return list