Returns the values in a consecutive-integer indexed table ret1, ret2, ... retN = unpack(table[, start [, end]]) Will not return values with hash style indexes. For example: local t = {1, "two", "3", x = "ecks", y = "why?"} unpack(t) -- returns: 1, "two", "3"
| Graph IRI | Count |
|---|---|
| http://dbkwik.webdatacommons.org | 4 |