Can anyone Help me in understanding "package forget" command in TCL .
The TCL manual says that
package forget ?package package ...?
Removes all information about each specified package from this interpreter, including information provided by bothpackage ifneeded
andpackage provide
.
As per my understanding after executing the package forget command on a perticular package the commands those are available in that package should not be executed.
Is it like that ?
And also please explain the package unknown
command ?