sS joinWithNewLine(Iterable l) { ret join("\n", l); } sS joinWithNewLine(S... l) { ret joinWithNewLine(asList(l)); }