Topic variable: Difference between revisions

m
(Added Tailspin solution)
Line 646:
=={{header|Tailspin}}==
The topic variable, or current value, is central to Tailspin and is represented as "the variable without a name", simply "$".
The current value goes through a sequence of transformations and has the new transformed value at theeach beginningstage of eachthe chain.
To do more things with the same current value, a function/templates (here an inline function/templates) can be used to encapsulate several chains where the same current value is accessed at the start of each chain.
<lang tailspin>
Anonymous user