static S appendLine(S text, S line) { ret addLineBreak(text) + line; }