On Wed, Jul 9, 2008 at 9:33 PM, Joshua Haberman <
jos...@reverberate.org> wrote:
> Yes, comments are definitely something that should be added. I think the
> main thing keeping me from adding them is that I can't decide what their
> syntax should be. I think the main contender is C++ style:
>
> /* comment */
> // comment
Those styles are pretty standard (as is "# comment"). Anything will
do, so long as comments are in some way supported. :)