(Newbie question)
For every function I define I get this message:

When I close and reopen Mathematica, and re-enter the function definition, I don't get the message anymore. What does it mean?
|
(Newbie question) For every function I define I get this message:
When I close and reopen Mathematica, and re-enter the function definition, I don't get the message anymore. What does it mean? |
|||
|
It means you set |
|||||||||||
|
fis already defined because it's coloured black. You can verify this using?ftoo. Instead of the drasticRemove[f]you can also useClear[f]to clear all definitions, orf =.to removef's value iffis a simple variable (in Mathematica terms: it only hasOwnValuesbut notDownValues). – Szabolcs Jun 13 '12 at 7:29