8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
# 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."
|