blob: c99297f828850dc77aafb05f6113d2befd72ed3e [file] [log] [blame]
[article Template 1.4
[quickbook 1.4]
]
[/ 1.4 uses dynamic scoping ]
[template x static scoping]
[template foo1[] [x]]
[template foo2[x] [foo1]]
[foo2 dynamic scoping]
[/ In 1.4 template arguments are scoped at the point they are used]
[template y new]
[template foo3[a y] [a]]
[foo3 [y] old]