static LineBuffer lineBuffer_printWithIndent() { ret LineBuffer(voidfunc(S line) { print(">> " + line) }); }