[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.3 Persistent properties

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.



This document was generated on February, 23 2003 using texi2html