NAME tabledelete - remove a key/value pair from a table SYNOPSIS table tabledelete(table, key) DESCRIPTION A new table is created by removing the key/value pair (if any) associated with `key' from a copy of the given `table' argument. The new table is returned. Note that the original table is not modified. SEE ALSO tableinsert, tablekeys, tablevalues