<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
John R. Dennison wrote:
<blockquote cite="mid20060812200123.GE30918@legolas.gerdesas.com"
 type="cite">
  <pre wrap="">On Sat, Aug 12, 2006 at 12:43:55PM -0700, Marc Perkel wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Suggestion for comments. Why not support this syntax for comments as 
well as #

/*
comments
comments
*/

It will allow for neater looking config files.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
        It's not a programming language, it's a config file.  Standard
        comment syntax is '#' (or ';' in the case of bind, which is an
        odd-ball).

        Given these 2 examples:

        /*
        foo 
        bar
        baz
        */

        or

        # foo
        # bar
        # baz

        I personally feel that the latter is more clearly read and
        understood.  It also makes it much simpler to parse from a
        shell or perl or whatever.



  </pre>
</blockquote>
<br>
I'm suggesting using BOTH.<br>
<br>
<br>
<br>
</body>
</html>