In a few Mma notebooks I've seen this line:
Clear[Evaluate[Context[] <> "*"]];
I suspect that it kind of "clears" whatever there might be before using this notebook, just in case there are some rules interfering with it. But how exactly does this work? I understand the Clear and Evaluate commands, but what about the Context[] <> "*" part?
Evaluate,ContextandClear? The documentation also shows this example here. You should make a stronger effort to learn things by making use of the documentation. Try to use this site only for situations where the documentation is very vague or you had difficulties understanding or if it is not covered. – rm -rf♦ Sep 29 '12 at 19:43