Edgewall Software

Changes between Version 26 and Version 27 of MarkupTemplates


Ignore:
Timestamp:
Jul 28, 2006, 8:24:28 PM (18 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MarkupTemplates

    v26 v27  
    409409}}}
    410410
     411Note that if a variable of the same name already existed outside of the scope of the `py:with` directive, it will '''not''' be overwritten. Instead, it will have the same value it had prior to the `py:with` assignment. Effectively, this means that variables are immutable in Markup.
     412
    411413=== `py:match` ===
    412414