public static String asString(Expr expr)
{
IndentedLineBuffer b = new IndentedLineBuffer() ;
output(b, expr, null) ;
return b.asString() ;
}
public static void output(IndentedWriter out, ExprList exprs, SerializationContext sCxt)
{
output(out, exprs, true, true, sCxt) ;