package Absyn; public class Print { java.io.PrintStream out; public Print(java.io.PrintStream o) {out=o;} void indent(int d) { for(int i=0; i