| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
There is another place to hold literal values in T4. To set a
named-variable, use \set:
\set{name}{value}
\setx{name}{value}
|
which relate value with name. These two macros
are identical except that \setx first expands value before
setting it to the variable name.
To access to the value, use \get or \value:
\get{name}
\value{name}
|
which return the value of the variable name.