A [namespace] that contains bits and pieces of [Tcl] that are either non-kosher or liable to change without warning (experimental, strange, etc.) [Changes in Tcl/Tk 8.5%|%Tcl 8.5%|%] has within it: * [disassemble] [Changes in Tcl/Tk 8.6%|%Tcl 8.6%|%] also has: * [representation] * [yieldTo] * [yieldm] * [assemble] * [inject] ---- [AMG]: If memory serves, once upon a time Tcl had commands called unsupported0, unsupported1, unsupported2, etc. Once they were finalized, they were renamed. For example, I'm pretty sure [fcopy] used to be known as unsupported0. I greatly prefer the namespace approach to segregating the unsupported commands. <> Internals