Ejemplo n.º 1
0
 public Nothing VisitPrintStmt(Stmt.Print stmt)
 {
     Resolve(stmt.Xpression);
     return(Nothing.AtAll);
 }