Topic variable: Difference between revisions

m
Line 645:
 
=={{header|Tailspin}}==
The topic variable, or current value, is central to Tailspin and is represented as "the variablevalue without a name", simply "$".
The current value goes through a sequence of transformations and has the new transformed value at each stage of the 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.
Anonymous user