lpmoo-1.2/etc/
lpmoo-1.2/mudlib/
lpmoo-1.2/mudlib/etc/
lpmoo-1.2/mudlib/include/
lpmoo-1.2/mudlib/include/moo/
lpmoo-1.2/mudlib/lpc/
lpmoo-1.2/mudlib/std/auto/
lpmoo-1.2/mudlib/std/bfuns/
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