Variables
| Function | Summary | 
|---|---|
| append-block | Redirects the output from multiple blocks of template code to an array. | 
| def | Declares (and defines) a variable. Warns if the variable already exists. | 
| default | Deprecated. | 
| let | Deprecated. | 
| sequence | Creates a sequence that can be iterated. | 
| set | Sets the value of a variable. | 
| set-block | Redirects the output from a block of template code to a string. | 
| undef | Destroys previously defined variable(s). | 
Balazs Halasy (09/03/2005 1:19 pm)
Balazs Halasy (09/03/2005 1:20 pm)
Comments
There are no comments.