Version 0 of How to unload a package

Updated 2012-01-20 01:17:05 by sergio

Here is my test case: -start tclsh -package require MyPackage -call some functions from the MyPackage

How I can release all resources that were used by MyPackage without closing tclsh?