1 2 3 4 5 6 7
# 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."