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