#8 [html]
Variables
Variables allow you to save values for later use.
They have a static scope of either the transformation or a template.
That is, they can't be re-declared in their scope.
But other templates can declare them again.