Consider the following code:
<$set name="variable" value="1">
<<variable>>
<$set name="variable" value="2">
<<variable>>
</$set>
<<variable>>
</$set>
What do you think happens at each transclusion of <<variable>>
? Check your answers by pasting this into a new tiddler.
Go to answer: Ex:NestedSets/answer