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