private static void WriteComments(System.IO.TextWriter bw, String comments)
        {
            bw.Write("#");
            int len = comments.Length;
            int current = 0;