'''interp expose''' ''path hiddenName ?exposedCmdName?'' Makes the hidden command ''hiddenName'' exposed, eventually bringing it back under a new ''exposedCmdName'' name (this name is currently accepted only if it is a valid global name space name without any ::), in the interpreter denoted by ''path''. If an exposed command with the targeted name already exists, this command fails. ---- See also: * [interp] * [interp hide] * [interp hidden] * [interp invokehidden] <> Command | Tcl syntax help