public void VisitComment(CommentStatement c)
 {
     w.Write("#{0}", c.Comment ?? "");
 }
Example #2
0
 public void VisitComment(CommentStatement c)
 {
     w.Write("#{0}", c.comment);
 }