This loads the package.
Any attempt to clear an object is rejected, because internal values would create an inconsistent state otherwise. We force argument evaluation of
Clear with
Evaluate, because the function holds its arguments.
Use ClearAll to get rid of object definitions. We force argument evaluation of
ClearAll with
Evaluate, because the function holds its arguments.
The symbol is still known.
Remove fully drops the symbol from the system. We force argument evaluation of
Remove with
Evaluate, because the function holds its arguments.