예제 #1
0
        public Void visitPrintStmt(Stmt.Print stmt)
        {
            Resolve(stmt.expression);

            return(null);
        }