You can define several macros with the same name (by accident). Only one is used. I could not figure out which one is used.
From my testing it seams, that the last written (not the last changed) is used.
<<dumpvariables>>
only shows the used one but it does not link to the tiddler with it’s definition.
Searching for “define macroname” gives you all definitions with the same name.
Which version is used and how to find it’s defining tiddler?
And what about procedures? From the call you don’t allways know if you have to search for \define name
or \procedure name
.