test65.conf 198 Bytes
Newer Older
powelld's avatar
powelld committed
# simple use continuation
<Macro Line $line>
  # first macro line is a comment
  Warning "Line: $line"
</Macro>
Use Line \
  "on line 6-7"
Use \
  Line \
    "on line 8-10"
Error "done on line 11."