Ejemplo n.º 1
0
 public override bool Visit(
     UnifiedPrintChevron element, VisitorArgument arg)
 {
     Writer.Write("print >> ");
     element.Value.TryAccept(this, arg);
     return(false);
 }
 public override bool Visit(
         UnifiedPrintChevron element, VisitorArgument arg)
 {
     Writer.Write("print >> ");
     element.Value.TryAccept(this, arg);
     return false;
 }