---@diagnostic disable: missing-return, lowercase-global ---@meta ---@param index number|"#" ---@param ... any ---@return ... any ---Returns one or more values from a list (...) (if using index), or the number of values in a list (if using #) function select(index, ...) end