Text Template Transformation Toolkit: Difference between revisions

Content deleted Content added
m Replaces short angle brackets with normal width ones.
Line 19:
|-
| Directives
| <code>&lang;<#@&nbsp;...&nbsp;#&rang;></code>
| Instructions for the transformation engine
|-
| Standard control blocks
| <code>&lang;<#&nbsp;...&nbsp;#&rang;></code>
| Code to be executed (e.g., loops)
|-
| Expression control blocks
| <code>&lang;<#=&nbsp;...&nbsp;#&rang;></code>
| Expressions evaluated and converted to a string
|-
| Class feature control blocks
| <code>&lang;<#+&nbsp;...&nbsp;#&rang;></code>
| Class and function definitions
|}