NAME tablevalues - return values bound to a table SYNOPSIS list tablevalues(table) DESCRIPTION All of the values in the given `table' argument are collected and returned as a list. The order of the returned list will match the order of the list returned by tablekeys(), such that the following is true: tablemap(tablekeys(table), tablevalues(table)) == table SEE ALSO tablemap, tableinsert, tabledelete, tablekeys