Returns the next key/value pair for a given table and key. key, value = next (table, [oldKey]) Allows a program to traverse all fields of a table. Its first argument is a table and its second argument is an index in this table. next returns the next index of the table and the value associated with the index. When called with nil as its second argument, next returns the first index of the table and its associated value. When called with the last index, or with nil in an empty table, next returns nil. If the second argument is absent, then it is interpreted as nil.
| Graph IRI | Count |
|---|---|
| http://dbkwik.webdatacommons.org | 4 |