Version 1 of How to unload a package

Updated 2012-01-20 01:19:32 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?