# no double substitution
<Macro Foo $x $y>
Warning "Foo: x=$x y=$y"
</Macro>
Use Foo X Y
Use Foo "$y" "$x"
Error "done on line 7."