static A printWithIndent_nlBeforeAndAfter(S indent, A a) { print(); printWithIndent(indent, a); print(); ret a; }