unpack (list [, i [, j]]). Returns the elements from the given table. This function is equivalent to return list[i], list[i+1], ···, list[j].
確定! 回上一頁