static S joinLines(List lines) { return fromLines(lines); } static S joinLines(S glue, S text) { ret join(glue, toLines(text)); }