@override void visitPrintStmt(Stmt.Print stmt) { Object? value = evaluate(stmt.expression); print(stringify(value)); return; }