'''namespace delete''' ''?namespace namespace ...?'' Each namespace ''namespace'' is deleted and all variables, procedures, and child namespaces contained in the namespace are deleted. If a procedure is currently executing inside the namespace, the namespace will be kept alive until the procedure returns; however, the namespace is marked to prevent other code from looking it up by name. If a namespace doesn't exist, this command returns an error. If no namespace names are given, this command does nothing. ---- See also: * [namespace] <> Command | Tcl syntax