Пример #1
0
 public void genC(PW pw) {
   pw.print("return ");
   expr.genC(pw, false);
   pw.println(";");
 }