1# no double substitution
2<Macro Foo $x $y>
3  Warning "Foo: x=$x y=$y"
4</Macro>
5Use Foo X Y
6Use Foo "$y" "$x"
7Error "done on line 7."
8