test66.conf 133 Bytes
Newer Older
powelld's avatar
powelld committed
# 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."